Ignore:
Timestamp:
05/04/12 18:00:28 (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

    r6071 r6107  
    11<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px -15px -10px;"> 
    2   <div class="row fileupload-buttonbar"> 
    3       <div class="button-files-upload"> 
    4               <span class="button small btn-success fileinput-button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button"> 
    5                   <span class="ui-button-text" title="Clique para anexar um arquivo ou arraste diretamente o arquivo sobre este botão"> 
    6                       <span><i class="icon-plus icon-white"></i>Anexar arquivos</span> 
    7                       <input type="file" name="files[]" multiple=""> 
    8                   </span> 
    9               </span>  
    10       </div>     
    11  
    12      <span tabindex="-1" class="message-attach-link button small ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button"><span class="icon-plus ui-button-text">Anexar mensagens</span></span> 
    13     </div> 
    14       
    15          <div class="files-list"> 
    16             <ul class="attachments-list"></ul> 
    17          </div> 
    18         <br /> 
     2        <div class="row fileupload-buttonbar"> 
     3                <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> 
     7                        </<%= is_webkit ? 'button' : 'span' %>> 
     8                        <button class="message-attach-link button small"> 
     9                                <span>Anexar mensagens</span> 
     10                        </button> 
     11                </div> 
     12        </div> 
     13        <br /> 
     14        <div class="files-list" style="margin: 5px; padding: 5px;"> 
     15                <ul class="attachments-list"></ul> 
     16        </div> 
     17        <br /> 
    1918</div> 
Note: See TracChangeset for help on using the changeset viewer.