diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-02 16:35:12 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-02 16:35:12 +0200 |
commit | d58c39126f6e1754e29b6f3bbc01f0f6a3ea2581 (patch) | |
tree | e5a6313654f1475a2d83d60a6d3c03c667c5035b /skins/larry/templates/messagepart.html | |
parent | 22a2c5e0eefcea8572f2ab5ad2e5a22789b6f555 (diff) |
Some more improvemements on content structure, text representation and keyboard navigation within the mail view
Diffstat (limited to 'skins/larry/templates/messagepart.html')
-rw-r--r-- | skins/larry/templates/messagepart.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/messagepart.html b/skins/larry/templates/messagepart.html index 2df9c7b77..edf275f6e 100644 --- a/skins/larry/templates/messagepart.html +++ b/skins/larry/templates/messagepart.html @@ -29,9 +29,9 @@ </div> <div id="messagepartcontainer" class="uibox" role="main" aria-labelledby="aria-label-messagepart"> - <h2 id="aria-label-messagepart" class="voice">Attachment preview</h2> + <h2 id="aria-label-messagepart" class="voice"><roundcube:label name="arialabelattachmentpreview" /></h2> <div class="iframebox"> - <roundcube:object name="messagePartFrame" id="messagepartframe" frameborder="0" title="Attachment preview" /> + <roundcube:object name="messagePartFrame" id="messagepartframe" frameborder="0" title="arialabelattachmentpreview" /> </div> </div> |