Changeset 5846 for trunk/expressoMail1_2


Ignore:
Timestamp:
03/29/12 00:10:47 (12 years ago)
Author:
angelo
Message:

Ticket #2565 - Duplicacao de abas e envio de anexo de mensagens

File:
1 edited

Legend:

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

    r5841 r5846  
    42424242        }).find('[name="files[]"]').css({"height" : "20px", "width": "100px", "border-width": "0 0 0px 0px", "-moz-transform" : "none","-o-transform" : 'none'}); 
    42434243 
     4244                 
    42444245       fileUploadMSG.find("span.message-attach-link").click(function(event){ 
    42454246                jQuery('#message-attach-dialog').html(DataLayer.render("../prototype/modules/attach_message/attach_message.ejs", {})); 
     4247                $( "#mailpreview_container span.ui-icon-close" ).click(); 
    42464248                jQuery('#message-attach-dialog').dialog({ 
    42474249                        width:920, 
     
    42504252                        modal: true, 
    42514253                        closeOnEscape:true, 
    4252                         close:function(event, ui) {event.stopPropagation();}, 
     4254                        close:function(event, ui) {event.stopPropagation(); }, 
    42534255                        autoOpen:false 
    42544256                }); 
     4257                 
     4258                 
    42554259                jQuery.getScript("../prototype/modules/attach_message/attach_message.js", function(){ 
    42564260                        jQuery('#message-attach-dialog').dialog('open'); 
Note: See TracChangeset for help on using the changeset viewer.