Changeset 7611


Ignore:
Timestamp:
12/05/12 16:25:01 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail

Location:
trunk/expressoMail1_2
Files:
1 added
3 edited

Legend:

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

    r7267 r7611  
    826826                        resizable: false, 
    827827//                      height: "auto", 
    828                         width: 780, 
     828                        width: 795, 
    829829                        modal: true, 
    830830                        position: 'bottom', 
  • trunk/expressoMail1_2/js/draw_api.js

    r7610 r7611  
    53955395                        else 
    53965396                                write_msg(get_lang("Warning: Your Mailbox is almost full!")); 
    5397                         $("#quota_progressbar").find(".ui-progressbar-value").css({"background-image": "url(templates/default/images/mail-gifs.gif)", "border-color" : "red",'background-position': '0 -305px'}); 
     5397                        $("#quota_progressbar").find(".ui-progressbar-value").css({"background-image": "url(templates/default/images/dsalert.gif)", "border-color" : "red"}); 
    53985398                } 
    53995399                else if(value > 80) 
     
    54015401        } 
    54025402} 
     5403 
    54035404 
    54045405function draw_quota(data){ 
  • trunk/expressoMail1_2/js/main.js

    r7603 r7611  
    34393439function autoSave( ID ) 
    34403440{ 
    3441     var content = $("#content_id_"+border_id); 
     3441    var content = $("#content_id_"+ID); 
    34423442    content.find(".save").button('option','disabled',true); 
    34433443 
Note: See TracChangeset for help on using the changeset viewer.