Ignore:
Timestamp:
04/15/13 11:59:53 (11 years ago)
Author:
angelo
Message:

Ticket #3425 - Inconsistencia ao salvar mensagem criada

File:
1 edited

Legend:

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

    r7697 r8092  
    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" style="margin: 5px"> 
    1115                <div class="attachments-list ui-corner-all" style="display:none;"></div> 
    1216        </div> 
Note: See TracChangeset for help on using the changeset viewer.