Ignore:
Timestamp:
04/26/12 15:19:28 (12 years ago)
Author:
acoutinho
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/templates/attachment_add_itemlist.ejs

    r5515 r6044  
    1111                        <span class="archive-error"><%=data.file.error%></span> 
    1212                <%}if(!data.file.error){%> 
    13                         <span style="width: 110px; height: 14px; overflow:hidden"> 
    14                                 <span class="progress in-progress hidden"></span> 
     13                        <span style="width: 14px; height: 14px;"> 
     14                            <img src="<%=DataLayer.dispatchPath%>/modules/calendar/img/ajax-loader.gif"  class="progress after-upload"></img> 
    1515                        </span> 
    1616                <%}%> 
Note: See TracChangeset for help on using the changeset viewer.