Ignore:
Timestamp:
04/20/11 16:16:42 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Imprimir Mensagem com Anexos correção de texto. r4084

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/main.js

    r4110 r4113  
    22282228                var attachs = ""; 
    22292229                var show_attachs = ""; 
    2230                 for(i=0;i<a.length;i++) 
     2230                for(i=3;i<a.length;i++) 
    22312231                { 
    22322232                        if(a[i].tagName && a[i].tagName == "A") 
     
    22392239                show_attachs = ""; 
    22402240        } 
    2241  
     2241         
    22422242        var current_path = window.location.href.substr(0,window.location.href.lastIndexOf("/")); 
    22432243        var window_print_head  = window_print.document.getElementsByTagName("head")[0]; 
Note: See TracChangeset for help on using the changeset viewer.