source: trunk/prototype/modules/mail/templates/attachment_add_itemlist.ejs @ 5604

Revision 5604, 792 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2497 - Nova estrategia para o salvamento automatico de rascunhos

  • Property svn:executable set to *
Line 
1
2        <p class="input-group archive-info" style="margin: 0px 0 !important;">         
3                <a id="<%=data.file.id%>" class="download file"><span title="<%=data.file.fullFileName%>" class="archive-attach name"><%=data.file.fileName%></span></a>
4                <span class="archive-attach size"><%=data.file.fileSize%></span>
5                <button type="button" class="button close tiny upload delete-upload" title="Deletar">Deletar</button>
6                <span class="status-upload"></span>
7                <%if(data.file.error){%>
8                        <span class="archive-error error"><%=data.file.error%></span>
9                <%}if(!data.file.error){%>
10                        <span style="width: 110px; height: 14px; overflow:hidden">
11                                <span class="in-progress"> <img src="../prototype/modules/mail/img/loader.gif" /></span>
12                        </span>
13                <%}%>
14                <label class="fileinput-button new"></label>
15               
16    </p>
Note: See TracBrowser for help on using the repository browser.