source: branches/2.4/prototype/modules/mail/templates/attachment_add_itemlist.ejs @ 6124

Revision 6124, 861 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2676 - Falha ao anexar arquivo no expresso mail

  • Property svn:executable set to *
Line 
1<li style="list-style : none;">
2        <p class="input-group archive-info" style="margin: 0px 0 !important; height: 17px">             
3                <span title="<%=data.file.fullFileName%>" class="archive-attach name"><%=data.file.fileName%></span>
4                <span class="archive-attach size"><%=data.file.fileSize%></span>
5                <button type="button" style="margin-bottom: -4px; <%= is_webkit || is_ie ? '' : 'top : 7px;'%>" 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    </p>
16</li>
Note: See TracBrowser for help on using the repository browser.