[freeside-commits] freeside/httemplate/browse part_referral.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Thu Aug 10 05:01:09 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail:/tmp/cvs-serv21212

Modified Files:
	part_referral.html 
Log Message:
bold the total footer

Index: part_referral.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/part_referral.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- part_referral.html	10 Aug 2006 11:55:50 -0000	1.1
+++ part_referral.html	10 Aug 2006 12:01:07 -0000	1.2
@@ -117,14 +117,14 @@
     or die dbh->errstr;
 %>
       <TR>
-        <TD BGCOLOR="#dddddd" COLSPAN=3><B>Total</B></TD>
+        <TD BGCOLOR="#dddddd" ALIGN="center" COLSPAN=3><B>Total</B></TD>
         <% for my $period ( keys %after ) {
           $sth->execute( $today-$after{$period},
                          $today+$before{$period},
           ) or die $sth->errstr;
           my $number = $sth->fetchrow_arrayref->[0];
         %>
-          <TD BGCOLOR="#dddddd" ALIGN="right"><%= $number %></TD>
+          <TD BGCOLOR="#dddddd" ALIGN="right"><B><%= $number %><B></TD>
         <% } %>
       </TR>
     </TABLE>



More information about the freeside-commits mailing list