Ignore:
Timestamp:
07/21/10 15:42:23 (14 years ago)
Author:
amuller
Message:

Ticket #1145 - Arrumando problema no responder com histórico

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/draw_api.js

    r3071 r3075  
    17971797//                      link_attachment.setAttribute("href", "javascript:download_attachments('"+info_msg.msg_folder+"','"+info_msg.msg_number+"',"+i+",'"+info_msg.attachments[i].pid+"','"+info_msg.attachments[i].encoding+"')"); 
    17981798                        link_attachment.innerHTML = url_decode(info_msg.attachments[i].name); 
    1799                         link_attachment.innerHTML = borkb(info_msg.attachments[i].fsize); 
     1799                        link_attachment.innerHTML += " ("+borkb(info_msg.attachments[i].fsize)+")"; 
    18001800                        if((url_decode(info_msg.attachments[i].name).indexOf(".ics")!=-1) || (url_decode(info_msg.attachments[i].name).indexOf(".vcard")!=-1)){ 
    18011801                                //Link para importar calendário 
     
    20132013        connector.loadScript("rich_text_editor"); 
    20142014        connector.loadScript("color_palette"); 
    2015         if(typeof(RichTextEditor) == 'undefined' || typeof(ColorPalette) == 'undefined'){ 
    2016                 setTimeout('draw_new_message(\''+border_ID+'\');',500); 
     2015        if(typeof(RichTextEditor) == 'undefined' || typeof(ColorPalette) == 'undefined') 
    20172016                return false; 
    2018         } 
    20192017 
    20202018        var ID = create_border("",border_ID); 
Note: See TracChangeset for help on using the changeset viewer.