diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-01-07 06:45:28 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-01-07 06:45:28 -0500 |
commit | 71bb89206306bb3cd842ab9acdbbd759ce9fa2cf (patch) | |
tree | 4721eccf60ff1196a993e66c11633d6f3c4d7bb1 /plugins | |
parent | fe653e312206f57b0937193d8f7be46518a619d2 (diff) |
Set 'mainaction' class on Save button in ACL dialog
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/acl/acl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index 14634534e..e6a84ff73 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -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) { |