diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-19 11:08:23 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-19 11:08:23 +0200 |
commit | b73cf83e267a5d7749ef37bf6e8e71efdb3f4654 (patch) | |
tree | ce52e214cee50994384596e1d395a71f543e74b3 | |
parent | b65ecf82e3757697eccc3f91a0115c8c6e8bf751 (diff) |
Hide acltable heading for voice-only output
-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 3f203e44d..62ef8f9ed 100644 --- a/plugins/acl/skins/larry/templates/table.html +++ b/plugins/acl/skins/larry/templates/table.html @@ -1,6 +1,6 @@ <div id="aclcontainer" class="uibox listbox"> <div id="acllist-content" class="scroller withfooter" aria-labelledby="aria-label-acltable"> - <h2 class="boxtitle" id="aria-label-acltable"><roundcube:label name="acl.ariasummaryacltable" /></h2> + <h2 class="voice" id="aria-label-acltable"><roundcube:label name="acl.ariasummaryacltable" /></h2> <roundcube:object name="acltable" id="acltable" class="records-table" summary="acl.ariasummaryacltable" role="listbox" /> </div> <div id="acllist-footer" class="boxfooter"> |