[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


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>



More information about the freeside-commits mailing list