Ignore:
Timestamp:
12/31/12 11:44:25 (12 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/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 
Note: See TracChangeset for help on using the changeset viewer.