source: sandbox/newExpressoMail/prototype/modules/newMail2/templates/attachment_add_itemlist_tooltip.ejs @ 7210

Revision 7210, 426 bytes checked in by gustavo, 12 years ago (diff)

Ticket #0000 - Criado novo modulo para o desenvolvimento do novo ExpressoMail?

  • Property svn:executable set to *
Line 
1<div>
2        <div style="word-wrap: break-word;">
3                <b><%=get_lang("File name") %>: </b>
4                <%=data.attach.fullFileName%>
5        </div>
6        <div>
7                <b><%=get_lang("Size") %>: </b>
8                <%=data.attach.fileSize%>
9        </div>
10        <div>
11                <b>Status: </b>
12                <%if(typeof(data.attach.error) == "boolean"){%>
13                <%=(data.attach.error ? get_lang("Loading") : get_lang("Success"))%>
14            <%}else{%>
15                <%=data.attach.error%>
16            <%}%>
17        </div>
18</div>
Note: See TracBrowser for help on using the repository browser.