Remove Cancel button from sieve rule delete confirmation dialog, as there is already a "No" button

This commit is contained in:
Hadi Nategh 2014-05-23 07:57:16 +00:00
parent 4ba4ba0545
commit af63a49792

View File

@ -2707,7 +2707,7 @@ app.classes.mail = AppJS.extend(
that._do_action(typeId, actionData['data'],ruleID);
}
};
var confirmDeleteDialog = et2_dialog.show_dialog(callbackDeleteDialog, this.egw.lang("Do you really want to DELETE this Rule"),this.egw.lang("Delete"), {},et2_dialog.BUTTONS_YES_NO_CANCEL, et2_dialog.WARNING_MESSAGE);
var confirmDeleteDialog = et2_dialog.show_dialog(callbackDeleteDialog, this.egw.lang("Do you really want to DELETE this Rule"),this.egw.lang("Delete"), {},et2_dialog.BUTTONS_YES_CANCEL, et2_dialog.WARNING_MESSAGE);
break;
case 'add' :