[freeside-commits] freeside/httemplate/graph money_time.cgi, 1.10,
1.11
Ivan,,,
ivan at wavetail.420.am
Sat Apr 15 06:28:20 PDT 2006
Update of /home/cvs/cvsroot/freeside/httemplate/graph
In directory wavetail:/tmp/cvs-serv14859
Modified Files:
money_time.cgi
Log Message:
correct period & use a yellow color for the total column
Index: money_time.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/money_time.cgi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- money_time.cgi 15 Apr 2006 13:25:33 -0000 1.10
+++ money_time.cgi 15 Apr 2006 13:28:17 -0000 1.11
@@ -95,8 +95,8 @@
</TD>
<% $total += $column; %>
<% } %>
- <TD ALIGN="right" BGCOLOR="#eeeeee">
- <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{speriod}}[0]. '">' : '' %><FONT COLOR="#<%= $color{$row} %>">$<%= sprintf("%.2f", $total) %></FONT><%= $link ? '</A>' : '' %>
+ <TD ALIGN="right" BGCOLOR="#f5f6be">
+ <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{eperiod}}[0]. '">' : '' %><FONT COLOR="#<%= $color{$row} %>">$<%= sprintf("%.2f", $total) %></FONT><%= $link ? '</A>' : '' %>
</TD>
</TR>
<% } %>
More information about the freeside-commits
mailing list