forked from extern/egroupware
Remove Cancel button from sieve rule delete confirmation dialog, as there is already a "No" button
This commit is contained in:
parent
4ba4ba0545
commit
af63a49792
@ -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' :
|
||||
|
Loading…
Reference in New Issue
Block a user