[freeside-commits] freeside/FS/FS CGI.pm,1.38,1.38.2.1

Ivan,,, ivan at wavetail.420.am
Thu Aug 2 15:55:21 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv26904/FS/FS

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	CGI.pm 
Log Message:
fix status color on small_custview

Index: CGI.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/CGI.pm,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -u -d -r1.38 -r1.38.2.1
--- CGI.pm	8 Feb 2007 08:19:37 -0000	1.38
+++ CGI.pm	2 Aug 2007 22:55:18 -0000	1.38.2.1
@@ -325,7 +325,7 @@
     if $url;
 
   $html .= 'Customer #<B>'. $cust_main->custnum. '</B></A>'.
-    ' - <B><FONT COLOR="'. $cust_main->statuscolor. '">'.
+    ' - <B><FONT COLOR="#'. $cust_main->statuscolor. '">'.
     ucfirst($cust_main->status). '</FONT></B>'.
     ntable('#e8e8e8'). '<TR><TD VALIGN="top">'. ntable("#cccccc",2).
     '<TR><TD ALIGN="right" VALIGN="top">Billing<BR>Address</TD><TD BGCOLOR="#ffffff">'.



More information about the freeside-commits mailing list