mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
Improve display of linked attachments
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
>
|
||||
<div class="linked_attachment_body">
|
||||
<a var:href="pathToAttachment"
|
||||
var:title="filenameForDisplay"
|
||||
const:absolute="YES"
|
||||
><img var:src="mimeImageURL" />
|
||||
</a>
|
||||
var:title="filenameForDisplay"
|
||||
const:absolute="YES"
|
||||
><img var:src="mimeImageURL"/>
|
||||
<div class="linked_attachment_meta">
|
||||
<var:string value="filenameForDisplay"
|
||||
/> <span class="muted">(<var:string value="bodyInfo.size" formatter="sizeFormatter" />)</span>
|
||||
/> <span class="muted">(<var:string value="bodyInfo.size" formatter="sizeFormatter" />)</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<!-- debug
|
||||
<pre><var:string value="bodyInfo"/></pre>
|
||||
|
||||
Reference in New Issue
Block a user