mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Added tooltips for saving/view attachments
This commit is contained in:
@@ -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