[freeside-commits] freeside/httemplate/misc email-customers.html, 1.4, 1.5
Ivan,,,
ivan at wavetail.420.am
Thu May 20 01:48:53 PDT 2010
- Previous message: [freeside-commits] freeside/httemplate/elements freeside.css, 1.10, 1.11 columnstart.html, 1.2, 1.3 tr-pkg_svc.html, 1.2, 1.3 tr-justtitle.html, 1.3, 1.4 header.html, 1.43, 1.44 tr-title.html, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/view prospect_main.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv19014/misc
Modified Files:
email-customers.html
Log Message:
fix table titles for new bg color
Index: email-customers.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/email-customers.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- email-customers.html 4 Dec 2009 04:40:28 -0000 1.4
+++ email-customers.html 20 May 2010 08:48:51 -0000 1.5
@@ -47,7 +47,7 @@
<INPUT TYPE="hidden" NAME="html_body" VALUE="<% $cgi->param('html_body') |h %>">
<TR>
<TD ALIGN="right" VALIGN="top">Message (HTML display): </TD>
- <TD BGCOLOR="#e8e8e8" ALIGN="left"><% $cgi->param('html_body') %></TD>
+ <TD CLASS="background" ALIGN="left"><% $cgi->param('html_body') %></TD>
</TR>
% my $text_body = HTML::FormatText->new(leftmargin=>0)->format(
@@ -58,7 +58,7 @@
<INPUT TYPE="hidden" NAME="text_body" VALUE="<% $text_body |h %>">
<TR>
<TD ALIGN="right" VALIGN="top">Message (Text display): </TD>
- <TD BGCOLOR="#e8e8e8" ALIGN="left"><PRE><% $text_body %></PRE></TD>
+ <TD CLASS="background" ALIGN="left"><PRE><% $text_body %></PRE></TD>
</TR>
</TABLE>
- Previous message: [freeside-commits] freeside/httemplate/elements freeside.css, 1.10, 1.11 columnstart.html, 1.2, 1.3 tr-pkg_svc.html, 1.2, 1.3 tr-justtitle.html, 1.3, 1.4 header.html, 1.43, 1.44 tr-title.html, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/view prospect_main.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list