Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [anup123] msgs_list_include*.htm template help

Quote Reply
Re: [anup123] msgs_list_include*.htm template help In reply to
Just change:
Code:
<%if msgtrack_status eq 'New'%><b><%endif%><%if msgs_sent_from_name%><%msgs_sent_from_name%><%elsif msgs_sent_from%><%msgs_sent_from%><%else%><i>No From</i><%endif%><%if msgtrack_status eq 'New'%></b><%endif%><br>
to:
Code:
<%if msgtrack_status eq 'New'%><b><%endif%><%if msgs_sent_from%><span title="<%msgs_sent_from%>"><%endif%><%if msgs_sent_from_name_disp%><%msgs_sent_from_name_disp%><%elsif msgs_sent_from_email_disp%><%msgs_sent_from_email_disp%><%else%><i>No From</i><%endif%><%if msgs_sent_from%></span><%endif%><%if msgtrack_status eq 'New'%></b><%endif%><br>

Adrian
Subject Author Views Date
Thread msgs_list_include*.htm template help anup123 8772 Oct 13, 2003, 6:10 AM
Thread Re: [anup123] msgs_list_include*.htm template help
brewt 8720 Oct 13, 2003, 2:40 PM
Thread Re: [brewt] msgs_list_include*.htm template help
anup123 8607 Oct 14, 2003, 2:10 AM
Thread Re: [anup123] msgs_list_include*.htm template help
brewt 8655 Oct 14, 2003, 2:20 AM
Thread Re: [brewt] msgs_list_include*.htm template help
anup123 8591 Oct 14, 2003, 3:59 AM
Post Re: [anup123] msgs_list_include*.htm template help
brewt 8597 Oct 14, 2003, 12:38 PM
Thread Re: [brewt] msgs_list_include*.htm template help
anup123 8596 Oct 14, 2003, 6:54 AM
Thread Re: [anup123] msgs_list_include*.htm template help
brewt 8576 Oct 14, 2003, 12:46 PM
Thread Re: [brewt] msgs_list_include*.htm template help
anup123 8607 Oct 14, 2003, 1:33 PM
Thread Re: [anup123] msgs_list_include*.htm template help
brewt 8581 Oct 14, 2003, 2:51 PM
Post Re: [brewt] msgs_list_include*.htm template help
anup123 8553 Oct 14, 2003, 3:34 PM
Thread Re: [brewt] msgs_list_include*.htm template help
anup123 8486 Nov 29, 2003, 10:33 AM
Thread Re: [anup123] msgs_list_include*.htm template help
brewt 8493 Nov 29, 2003, 6:50 PM
Thread Re: [brewt] msgs_list_include*.htm template help
anup123 8505 Nov 30, 2003, 9:54 AM
Thread Re: [anup123] msgs_list_include*.htm template help
brewt 8484 Nov 30, 2003, 4:27 PM
Thread Re: [brewt] msgs_list_include*.htm template help
anup123 8463 Dec 1, 2003, 1:37 AM
Thread Re: [anup123] msgs_list_include*.htm template help
brewt 8456 Dec 1, 2003, 4:25 AM
Post Re: [brewt] msgs_list_include*.htm template help
anup123 8442 Dec 1, 2003, 6:46 AM
Post Re: [brewt] msgs_list_include*.htm template help
anup123 8544 Oct 20, 2003, 9:41 AM