Add title attribute for skins/modes hiding the actual button text

pull/252/head
Thomas Bruederli 10 years ago
parent 86fe5378ae
commit 60eba5df3a

@ -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>

Loading…
Cancel
Save