Changeset 6569
- Timestamp:
- 06/22/12 08:32:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/expressoMail1_2/js/main.js
r6064 r6569 2455 2455 var attachments = Element('attachments_'+border_ID); 2456 2456 var body = Element('body_'+border_ID); 2457 2457 var show_signature = (Element("tr_signature_"+border_ID) ? "<tr><td colspan=\"5\"><hr></td><tr><tr style=\"font-size:10px\">" + Element("tr_signature_"+border_ID).innerHTML + "</tr>" : ""); 2458 if(show_signature) 2459 { 2460 show_signature = show_signature.substring(0,show_signature.indexOf('<a ')) + '<td>'; // remove "More..."" 2461 } 2458 2462 if(!is_ie) 2459 2463 { … … 2506 2510 var html ='<body>'; 2507 2511 html += "<h4>ExpressoLivre - ExpressoMail</h4><hr>"; 2508 html += '<table ><tbody>';2512 html += '<table width="100%"><tbody>'; 2509 2513 if(sender) 2510 2514 html += "<tr><td width=7% noWrap><font size='2'>" + get_lang('Sent by') + ": </font></td><td><font size='2'>"+sender+"</font></td></tr>"; … … 2530 2534 html += "<tr><td width=7%><font size='2'>" + get_lang('Subject')+ ": </font></td><td><font size='2'>"+subject.innerHTML+"</font></td></tr>"; 2531 2535 html += show_attachs; //to show the names of the attachments 2536 html += show_signature; 2532 2537 html += "</tbody></table><hr>"; 2533 2538 window_print.document.write(html + body.innerHTML);
Note: See TracChangeset
for help on using the changeset viewer.