summaryrefslogtreecommitdiff
path: root/plugins/acl/skins/larry/templates/table.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-02-04 19:52:25 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-02-04 22:50:15 +0100
commitaffabd9a4b24d08ac4beb5828fc0103b4f36e3ef (patch)
tree8fbb63fc3d3c632c627142872deb77d64cb821f7 /plugins/acl/skins/larry/templates/table.html
parentf147849bb05a48fe721851b2ebc2d0d746e2ca75 (diff)
Fix some glitches in ACL table display
Diffstat (limited to 'plugins/acl/skins/larry/templates/table.html')
-rw-r--r--plugins/acl/skins/larry/templates/table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/acl/skins/larry/templates/table.html b/plugins/acl/skins/larry/templates/table.html
index c7c546371..c0b8329c6 100644
--- a/plugins/acl/skins/larry/templates/table.html
+++ b/plugins/acl/skins/larry/templates/table.html
@@ -12,7 +12,7 @@
<li><roundcube:button command="acl-edit" label="edit" class="icon" classAct="icon active" innerclass="icon edit" /></li>
<li><roundcube:button command="acl-delete" label="delete" class="icon" classAct="icon active" innerclass="icon delete" /></li>
<roundcube:if condition="!in_array('acl_advanced_mode', (array)config:dont_override)" />
- <li><roundcube:button name="acl-switch" id="acl-switch" label="acl.advanced" onclick="rcmail.command('acl-mode-switch')" class="active" /></li>
+ <li><roundcube:button name="acl-switch" id="acl-switch" label="acl.advanced" onclick="rcmail.command('acl-mode-switch');return false" class="active" /></li>
<roundcube:endif />
</ul>
</div>