summaryrefslogtreecommitdiff
path: root/plugins/acl/skins/larry/templates/table.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-02-04 22:48:51 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-02-04 22:48:51 +0100
commitf8a57ebd94941b685287895519fa7427f8e30b3b (patch)
tree09b8c81ec9ed12f922d99bc9552692777bfeaa3c /plugins/acl/skins/larry/templates/table.html
parent63eae4a196372bc60c22a7f39d15ef4f448eb738 (diff)
Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration
Diffstat (limited to 'plugins/acl/skins/larry/templates/table.html')
-rw-r--r--plugins/acl/skins/larry/templates/table.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/acl/skins/larry/templates/table.html b/plugins/acl/skins/larry/templates/table.html
index e48aad14b..c0b8329c6 100644
--- a/plugins/acl/skins/larry/templates/table.html
+++ b/plugins/acl/skins/larry/templates/table.html
@@ -17,15 +17,11 @@
</ul>
</div>
-<div id="aclform" class="popupmenu propform">
+<div id="aclform" class="propform" style="position:absolute; width:480px; top:0; left:0; padding:8px">
<fieldset class="thinbordered"><legend><roundcube:label name="acl.identifier" /></legend>
- <roundcube:object name="acluser" id="acluser" size="35" />
+ <roundcube:object name="acluser" id="acluser" size="35" class="proplist" />
</fieldset>
<fieldset class="thinbordered"><legend><roundcube:label name="acl.myrights" /></legend>
- <roundcube:object name="aclrights" />
+ <roundcube:object name="aclrights" class="proplist" />
</fieldset>
- <div class="formbuttons">
- <roundcube:button command="acl-cancel" type="input" class="button" label="cancel" />
- <roundcube:button command="acl-save" type="input" class="button mainaction" label="save" />
- </div>
</div>