mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
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);
|
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;
|
break;
|
||||||
case 'add' :
|
case 'add' :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user