Changeset 8092 for trunk/expressoMail1_2


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/expressoMail1_2/js/draw_api.js

    r8070 r8092  
    50615061        $(this).prev().show(); 
    50625062        }); 
    5063         fileUploadMSG.find(".fileUploadButton, .message-attach-link").button().filter(".fileUploadButton").click(function(){ 
    5064             fileUploadMSG.find("input:file").trigger("click"); 
    5065     }); 
    5066  
    5067     fileUploadMSG.find("input:file").fileupload({ 
     5063 
     5064 
     5065    fileUploadMSG.find(".button").button().filter(".fileinput-button").find(".ui-button-text").css("margin-top","2px").find("input:file").fileupload({ 
    50685066                //singleFileUploads : true,fileUploadMSG 
    50695067                sequentialUploads: true,  
     
    52415239            }); 
    52425240        }*/ 
    5243         });/*.css({ 
     5241        }).css({ 
    52445242                "height" : "20px",  
    52455243                "width": (is_webkit ? "205px" : "100px"),  
    52465244                "border-width": "0 0 0px 0px",  
    52475245        "-moz-transform" : "rotate(-180deg) translate(5px, -0.5px) scale(1.1)",   
    5248         "-webkit-transform" : "rotate(-180deg) translate(0px, 0px)" 
    5249         }).end().end().end().*/ 
     5246        "-webkit-transform" : "rotate(-180deg) translate(0px, 0px)", 
     5247        "cursor" : "pointer" 
     5248        });/*.end().end().end().*/ 
     5249 
    52505250    fileUploadMSG.find(".message-attach-link").click(function(){ 
    52515251                jQuery('#message-attach-dialog').html(DataLayer.render("../prototype/modules/attach_message/attach_message.ejs", {})); 
Note: See TracChangeset for help on using the changeset viewer.