From 71bb89206306bb3cd842ab9acdbbd759ce9fa2cf Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 7 Jan 2015 06:45:28 -0500 Subject: Set 'mainaction' class on Save button in ACL dialog --- plugins/acl/acl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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) { -- cgit v1.2.3