mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-12 19:16:49 +01:00
Set 'mainaction' class on Save button in ACL dialog
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user