Changeset 3943


Ignore:
Timestamp:
04/01/11 15:12:52 (13 years ago)
Author:
thiagoaos
Message:

Ticket #1706 - Corrigido alinhamento das colunas na impressão da listagem de email.

File:
1 edited

Legend:

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

    r3868 r3943  
    21552155 
    21562156                        window_print.document.body.innerHTML = html + '<blockquote><font size="2">' + 
    2157                         '<table style="font-size:12" width="'+(is_ie ? "85%" : "99%" )+'"><TR><TD align="center" width="5%">&nbsp;</TD><TD width="30%" align="center">'+get_lang("Who")+'</TD><TD align="center" width="45%">'+get_lang("Subject")+'</TD><TD align="center" width="10%">'+get_lang("Date")+'</TD><TD width="10%">'+get_lang("Size")+'</TD></TR></table>' 
     2157                        '<table style="font-size:12" width="'+(is_ie ? "94%" : "100%" )+'">' +  
     2158                        '<TD width="25%" align="center">'+get_lang("Who")+'</TD>' +  
     2159                        '<TD align="center" width="'+(is_ie ? "50%" : "55%" )+'">'+get_lang("Subject")+'</TD>' +  
     2160                        '<TD align="center" width="11%">'+get_lang("Date")+'</TD>' +  
     2161                        '<TD align="center" width="'+(is_ie ? "10%" : "9%" )+'">'+get_lang("Size")+'</TD></TR></table>' 
    21582162                        + body + '</font></blockquote>'; 
    21592163                        break; 
Note: See TracChangeset for help on using the changeset viewer.