source: trunk/prototype/modules/calendar/templates/attachment_add_itemlist.ejs @ 6044

Revision 6044, 758 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2663 - Inconsistencias progressbar no upload de anexos no firefox

  • Property svn:executable set to *
Line 
1
2        <p class="input-group arquive-info">
3                <label class="lbl-archive-nome">Nome:</label>
4                <span class="archive-nome"><%=data.file.fileName%></span>
5               
6                <label class="lbl-archive-size">Tamanho:</label>
7                <span class="archive-size"><%=data.file.fileSize%></span>
8                <button type="button" class="button close tiny upload delete-upload" title="Deletar">Deletar</button>
9                <span class="status-upload"></span>
10                <%if(data.file.error){%>
11                        <span class="archive-error"><%=data.file.error%></span>
12                <%}if(!data.file.error){%>
13                        <span style="width: 14px; height: 14px;">
14                            <img src="<%=DataLayer.dispatchPath%>/modules/calendar/img/ajax-loader.gif"  class="progress after-upload"></img>
15                        </span>
16                <%}%>
17                <label class="fileinput-button new"></label>
18               
19        </p>
Note: See TracBrowser for help on using the repository browser.