summaryrefslogtreecommitdiff
path: root/plugins/acl/acl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/acl/acl.js')
-rw-r--r--plugins/acl/acl.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js
index af52b5b6f..f1e9922fb 100644
--- a/plugins/acl/acl.js
+++ b/plugins/acl/acl.js
@@ -347,12 +347,9 @@ rcube_webmail.prototype.acl_init_form = function(id)
buttons[this.gettext('save')] = function(e) { me.command('acl-save'); };
buttons[this.gettext('cancel')] = function(e) { me.command('acl-cancel'); };
- var popup_wrapper = $('<div style="width:480px; min-height:280px"></div>');
- this.acl_form.appendTo(popup_wrapper).show();
-
// display it as popup
this.acl_popup = this.show_popup_dialog(
- popup_wrapper,
+ this.acl_form.show(),
id ? this.gettext('acl.editperms') : this.gettext('acl.newuser'),
buttons,
{