Changeset 7697 for trunk


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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/main.js

    r7695 r7697  
    28482848                { 
    28492849                 
    2850                     var orignialAtt = fileUploadMSG.find('.button-files-upload').append(' <button tabindex="-1" class="message-add-original-att button small">Anexar arquivos originais</button>').find(".message-add-original-att").button(); 
     2850                    var orignialAtt = fileUploadMSG.find('.button-files-upload').append(' <button tabindex="-1" class="message-add-original-att button-small">Anexar arquivos originais</button>').find(".message-add-original-att").button(); 
    28512851                    orignialAtt.click(function(event ){ 
    28522852 
  • trunk/expressoMail1_2/templates/default/main.css

    r7667 r7697  
    160160        padding-top: 5px; 
    161161} 
    162  
    163 .button-files-upload { float:left; } 
    164162 
    165163form.fileupload .ui-button .ui-button-text { line-height: 2; } 
  • 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.