Ignore:
Timestamp:
05/08/12 09:19:07 (12 years ago)
Author:
gustavo
Message:

Ticket #2676 - Falha ao anexar arquivo no expresso mail

File:
1 edited

Legend:

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

    r6107 r6124  
    33                <span title="<%=data.file.fullFileName%>" class="archive-attach name"><%=data.file.fileName%></span> 
    44                <span class="archive-attach size"><%=data.file.fileSize%></span> 
    5                 <button type="button" style="margin-bottom: -4px;" class="button close tiny upload delete-upload" title="Deletar">Deletar</button> 
     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> 
    66                <span class="status-upload"></span> 
    77                <%if(data.file.error){%> 
     
    1313                <%}%> 
    1414                <label class="fileinput-button new"></label> 
    15                  
    1615    </p> 
    1716</li> 
Note: See TracChangeset for help on using the changeset viewer.