mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
(fix) replace .md-actions with md-dialog-actions
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<var:string value="bodyInfo.size" formatter="sizeFormatter"/>
|
||||
</p>
|
||||
</md-card-content>
|
||||
<div class="md-actions" layout="row" layout-align="end center">
|
||||
<md-dialog-actions layout="row" layout-align="end center">
|
||||
<md-button class="sg-icon-button" var:href="pathToAttachment" target="_blank">
|
||||
<md-tooltip md-direction="left"><var:string label:value="View Attachment"/></md-tooltip>
|
||||
<md-icon>open_in_browser</md-icon>
|
||||
@@ -21,7 +21,7 @@
|
||||
<md-tooltip md-direction="left"><var:string label:value="Save Attachment"/></md-tooltip>
|
||||
<md-icon>save</md-icon>
|
||||
</md-button>
|
||||
</div>
|
||||
</md-dialog-actions>
|
||||
|
||||
<!-- DEBUG
|
||||
<pre><var:string value="bodyInfo"/></pre>
|
||||
|
||||
Reference in New Issue
Block a user