From b73cf83e267a5d7749ef37bf6e8e71efdb3f4654 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 19 Jun 2014 05:08:23 -0400
Subject: [PATCH] Hide acltable heading for voice-only output
---
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 3f203e4..62ef8f9 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">
--
Gitblit v1.9.1