Ignore:
Timestamp:
11/22/12 17:10:12 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso MailexpressoMail1_2/js/draw_api.min.js

File:
1 edited

Legend:

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

    r7539 r7548  
    39483948                var newTr = make_tr_message(msg,get_current_folder()); 
    39493949                if (msg.attachments && msg.attachments.length){ 
    3950                         $(newTr).find('td').eq(1).html("<img src ='templates/"+template+"/images/clip.gif'>"); 
     3950                        $(newTr).find('td').eq(1)..css({'background-image':'url(templates/'+template+'/images/mail-gifs.gif)','background-position': '0 -242px'}); 
    39513951                }                
    39523952                tbody.append(newTr); 
Note: See TracChangeset for help on using the changeset viewer.