summaryrefslogtreecommitdiff
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 14:58:51 +0200
commit60eba5df3a22511b4df0df7f0b223ca61424ce89 (patch)
tree83634d8964ca9a3e2c25b376a84f61fa4428eadb
parent86fe5378ae83593b4e674456a471955e504df6d0 (diff)
Add title attribute for skins/modes hiding the actual button text
-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 0ec935873..ab540240b 100644
--- a/skins/larry/templates/messagepart.html
+++ b/skins/larry/templates/messagepart.html
@@ -11,8 +11,8 @@
<div id="mainscreen">
<div id="messagetoolbar" class="toolbar fullwidth">
- <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>