File attachments: show file size, bold filename, make icon bigger
FREEBIE
This commit is contained in:
parent
2a04fa02df
commit
ee00ad0e15
4 changed files with 39 additions and 17 deletions
|
@ -152,8 +152,11 @@
|
|||
<a class='x close' alt='remove attachment' href='#'></a>
|
||||
</script>
|
||||
<script type='text/x-tmpl-mustache' id='file-view'>
|
||||
<span class='icon'></span>
|
||||
<span class='fileName' alt='{{ fileName }}' title='{{ altText }}'>{{ fileName }}</a>
|
||||
<div class='icon'></div>
|
||||
<div class='text'>
|
||||
<div class='fileName' alt='{{ fileName }}' title='{{ altText }}'>{{ fileName }}</div>
|
||||
<div class='fileSize'>{{ fileSize }}</div>
|
||||
</div>
|
||||
</script>
|
||||
<script type='text/x-tmpl-mustache' id='hasRetry'>
|
||||
{{ messageNotSent }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue