From 45e03b5221f91ad143a4a9e03ec3de4fc2d1e445 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 15 Apr 2006 13:28:17 +0000 Subject: [PATCH] correct period & use a yellow color for the total column --- httemplate/graph/money_time.cgi | 4 ++-- 1 file 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); <% $total += $column; %> <% } %> - - <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{speriod}}[0]. '">' : '' %>$<%= sprintf("%.2f", $total) %><%= $link ? '' : '' %> + + <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{eperiod}}[0]. '">' : '' %>$<%= sprintf("%.2f", $total) %><%= $link ? '' : '' %> <% } %> -- 2.11.0