summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-01-07 06:45:28 -0500
committerAleksander Machniak <alec@alec.pl>2015-01-07 06:45:28 -0500
commit71bb89206306bb3cd842ab9acdbbd759ce9fa2cf (patch)
tree4721eccf60ff1196a993e66c11633d6f3c4d7bb1 /plugins
parentfe653e312206f57b0937193d8f7be46518a619d2 (diff)
Set 'mainaction' class on Save button in ACL dialog
Diffstat (limited to 'plugins')
-rw-r--r--plugins/acl/acl.js1
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) {