Added tooltips for saving/view attachments

pull/95/merge
Luc Charland 2015-08-05 10:05:21 -04:00
parent c56644f0e5
commit 923ab97309
2 changed files with 7 additions and 0 deletions

View File

@ -46,3 +46,8 @@ reply_info = "This is a reply to an event invitation done by you.";
"Date" = "Date";
"To" = "To";
"Issuer" = "Issuer";
/* Tooltips */
"View Attachment" = "View Attachment";
"Save Attachment" = "Save Attachment";

View File

@ -22,9 +22,11 @@
<div layout="row" layout-align="end end">
<md-button class="sg-icon-button" var:href="pathToAttachment">
<md-tooltip md-direction="left"><var:string label:value="View Attachment"/></md-tooltip>
<md-icon>open_in_browser</md-icon>
</md-button>
<md-button class="sg-icon-button" var:href="pathForDownload">
<md-tooltip md-direction="left"><var:string label:value="Save Attachment"/></md-tooltip>
<md-icon>save</md-icon>
</md-button>
</div>