Set 'mainaction' class on Save button in ACL dialog

This commit is contained in:
Aleksander Machniak
2015-01-07 06:45:28 -05:00
parent fe653e3122
commit 71bb892063

View File

@@ -353,6 +353,7 @@ rcube_webmail.prototype.acl_init_form = function(id)
id ? this.gettext('acl.editperms') : this.gettext('acl.newuser'),
buttons,
{
button_classes: ['mainaction'],
modal: true,
closeOnEscape: true,
close: function(e, ui) {