File attachments: show file size, bold filename, make icon bigger

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-09 10:10:50 -07:00
parent 2a04fa02df
commit ee00ad0e15
4 changed files with 39 additions and 17 deletions

View file

@ -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 }}