diff options
author | ivan <ivan> | 2006-04-15 13:28:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-04-15 13:28:17 +0000 |
commit | 45e03b5221f91ad143a4a9e03ec3de4fc2d1e445 (patch) | |
tree | 86ee7a3d84024bcd3ab9a2a5d47c9dd2e5f33f6d /httemplate/graph/money_time.cgi | |
parent | f5713c205d51f0ad756f1b7bcd97130d7a4e1cb2 (diff) |
correct period & use a yellow color for the total column
Diffstat (limited to 'httemplate/graph/money_time.cgi')
-rw-r--r-- | httemplate/graph/money_time.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 67b82125b..bc393835b 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -95,8 +95,8 @@ my @mon = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec); </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> <% } %> |