Ignore:
Timestamp:
12/31/12 11:44:25 (11 years ago)
Author:
cristiano
Message:

Ticket #3261 - Nao exibição do botao Adicionar anexos originais ao responder

File:
1 edited

Legend:

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

    r7634 r7697  
    11<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 5px 0px 0px 0px; padding-bottom : 5px;"> 
    2                         <button class="fileUploadButton">Anexar Arquivos</button> 
     2    <div class="button-files-upload"> 
     3    <button class="fileUploadButton">Anexar Arquivos</button> 
    34                        <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" style="display:none;" multiple></INPUT> 
    45                        </<%= is_webkit ? 'button' : 'span' %>> 
    56                        <button class="message-attach-link button-small"> 
    67                                <span>Anexar mensagens</span> 
    7                         </button>                
    8         <div class="files-list"> 
     8                        </button> 
     9    </div> 
     10<div class="files-list"> 
    911                <div class="attachments-list ui-corner-all" style="display:none;"></div> 
    1012        </div> 
Note: See TracChangeset for help on using the changeset viewer.