summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-07-13 14:58:51 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-07-13 15:01:15 +0200
commit774028db3b1ce6c6bac7abbda49203d7fa5679e7 (patch)
treea210dd3ebfaee65f6ce3fc6d095bace1f526b62a /skins
parent4922e55d582fb1907211bba8cc539551475f280f (diff)
Add title attribute for skins/modes hiding the actual button text
Conflicts: skins/larry/templates/messagepart.html
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/templates/messagepart.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/messagepart.html b/skins/larry/templates/messagepart.html
index edf275f6e..acc4d0ca8 100644
--- a/skins/larry/templates/messagepart.html
+++ b/skins/larry/templates/messagepart.html
@@ -14,8 +14,8 @@
<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
<div id="messagetoolbar" class="toolbar fullwidth" role="toolbar" aria-labelledby="aria-label-toolbar">
- <roundcube:button command="download" type="link" class="button download disabled" classAct="button download" classSel="button download pressed" label="download" />
- <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" />
+ <roundcube:button command="download" type="link" class="button download disabled" classAct="button download" classSel="button download pressed" label="download" title="download" />
+ <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="print" />
<roundcube:container name="toolbar" id="messagetoolbar" />
</div>