[freeside-commits] freeside/httemplate/graph money_time.cgi, 1.9,
1.10
Ivan,,,
ivan at wavetail.420.am
Sat Apr 15 06:25:35 PDT 2006
Update of /home/cvs/cvsroot/freeside/httemplate/graph
In directory wavetail:/tmp/cvs-serv14818
Modified Files:
money_time.cgi
Log Message:
format & link the total column
Index: money_time.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/money_time.cgi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- money_time.cgi 15 Apr 2006 00:21:39 -0000 1.9
+++ money_time.cgi 15 Apr 2006 13:25:33 -0000 1.10
@@ -95,7 +95,9 @@
</TD>
<% $total += $column; %>
<% } %>
- <TD><%= sprintf("%.2f", $total) %></TD>
+ <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>
</TR>
<% } %>
</TABLE>
More information about the freeside-commits
mailing list