mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Added tooltips for saving/view attachments
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user