Ignore:
Timestamp:
12/05/12 10:14:36 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail

File:
1 edited

Legend:

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

    r6930 r7610  
    1 <div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px -15px -10px; padding-bottom : 5px;"> 
    2         <div class="row fileupload-buttonbar"> 
    3                 <div class="button-files-upload"> 
    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> 
     1<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px 0px 0px; padding-bottom : 5px;"> 
     2                        <button class="fileUploadButton">Anexar Arquivos</button> 
     3                        <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" style="display:none;" multiple></INPUT> 
    74                        </<%= is_webkit ? 'button' : 'span' %>> 
    8                         <button class="message-attach-link button small"> 
     5                        <button class="message-attach-link button-small"> 
    96                                <span>Anexar mensagens</span> 
    10                         </button> 
    11                 </div> 
    12         </div> 
    13         <br /> 
     7                        </button>                
    148        <div class="files-list" style="margin: 5px; padding: 5px;"> 
    159                <div class="attachments-list ui-corner-all" style="display:none;"></div> 
Note: See TracChangeset for help on using the changeset viewer.