Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

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

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