source: sandbox/2.4.2-expresso2/prototype/modules/mail/templates/attachment_add_itemlist_tooltip.ejs @ 6760

Revision 6760, 367 bytes checked in by gustavo, 12 years ago (diff)

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

Line 
1<span>
2        <b>File Name: </b>
3        <%=data.attach.fullFileName%>
4</span>
5<br/>
6<span>
7        <b>File Size: </b>
8        <%=data.attach.fileSize%>
9</span>
10<br/>
11<span style="display:inline-block;">
12        <b>Status: </b>
13        <%if(typeof(data.attach.error) == "boolean"){%>
14        <%=(data.attach.error ? "Loading... " : "Success")%>
15    <%}else{%>
16        <%=data.attach.error%>
17    <%}%>
18</span>
Note: See TracBrowser for help on using the repository browser.