Ignore:
Timestamp:
04/20/11 10:49:35 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1762 - Imprimir Mensagem com Anexos correção de texto

File:
1 edited

Legend:

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

    r4083 r4084  
    22252225                var attachs = ""; 
    22262226                var show_attachs = ""; 
    2227                 for(i=0;i<a.length;i++) 
     2227                for(i=3;i<a.length;i++) 
    22282228                { 
    22292229                        if(a[i].tagName && a[i].tagName == "A") 
     
    22362236                show_attachs = ""; 
    22372237        } 
    2238  
    22392238        var current_path = window.location.href.substr(0,window.location.href.lastIndexOf("/")); 
    22402239        var window_print_head  = window_print.document.getElementsByTagName("head")[0]; 
Note: See TracChangeset for help on using the changeset viewer.