From d58c39126f6e1754e29b6f3bbc01f0f6a3ea2581 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 02 Jun 2014 10:35:12 -0400 Subject: [PATCH] Some more improvemements on content structure, text representation and keyboard navigation within the mail view --- skins/larry/templates/mail.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index 92b01e0..cf8ff2f 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -75,6 +75,7 @@ <div id="folderlist-footer" class="boxfooter"> <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.toggle_popup('mailboxmenu',event);return false" innerClass="inner" content="⚙" aria-haspopup="true" aria-expanded="false"aria-owns="mailboxmenu-menu" /> <roundcube:if condition="env:quota" /> + <span class="voice"><roundcube:label name="quota"></span> <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" /> <roundcube:endif /> </div> -- Gitblit v1.9.1