diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 19:52:25 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 19:52:25 +0100 |
commit | d3583f0c0e30b775bc541f21e9764af624c7f367 (patch) | |
tree | 05deec6c76ab76106243026534954df108be6c67 /plugins/acl/skins/larry/templates | |
parent | a7d42915a4416c37a2c30e8372e54aacafa84444 (diff) |
Fix some glitches in ACL table display
Diffstat (limited to 'plugins/acl/skins/larry/templates')
-rw-r--r-- | plugins/acl/skins/larry/templates/table.html | 2 |
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 3cf8292a4..e48aad14b 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> |