source: sandbox/2.4.2-expresso2/prototype/modules/mail/templates/attachment_add_itemlist.ejs @ 6752

Revision 6752, 436 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2953 - Melhorar a disposição da listagem de anexos no expressoMail

  • Property svn:executable set to *
Line 
1<div class="att-box ui-corner-all <%= (data.file.error != '' ? 'invalid-email-box' : '') %>" tabindex="0">
2        <span class="att-box-value" style="padding: 5px;"><%=data.file.fileName%>&nbsp;<b>(<%=data.file.fileSize%>)</b></span>
3        <% if(data.file.error == ''){ %>
4        <span class="att-box-loading">&nbsp;&nbsp;&nbsp;&nbsp;</span>
5        <% } %>
6        <span class="att-box-delete ui-icon-close ui-icon" style="display: inline-block;">&nbsp;</span>
7</div>
Note: See TracBrowser for help on using the repository browser.