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.ejs

    r6107 r6124  
    22        <div class="row fileupload-buttonbar"> 
    33                <div class="button-files-upload"> 
    4                         <<%= is_webkit ? 'button' : 'span style="height: 22px;"' %>  class="fileinput-button button small"> 
    5                                 <span style="margin-top: 4px;">Anexar arquivos</span> 
    6                                 <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" multiple style="cursor:pointer;"></INPUT> 
     4                        <<%= is_webkit ? 'button' : 'span style="height: 22px; cursor:pointer;"' %>  class="fileinput-button button small"> 
     5                                <span style="margin-top: 4px; cursor:pointer;"><i class="icon-plus icon-white"></i>Anexar arquivos</span> 
     6                                <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" multiple></INPUT> 
    77                        </<%= is_webkit ? 'button' : 'span' %>> 
    88                        <button class="message-attach-link button small"> 
Note: See TracChangeset for help on using the changeset viewer.