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

Revision 5767, 752 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2497 - icone de concluido e diminuição de espaçamento

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