[freeside-commits] freeside/httemplate/graph money_time.cgi, 1.16.2.4, 1.16.2.5

Ivan,,, ivan at wavetail.420.am
Wed May 28 17:12:02 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/graph
In directory wavetail.420.am:/tmp/cvs-serv2172

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	money_time.cgi 
Log Message:
line things up better on the 12mo report (prevent labels from taking up most of the graph

Index: money_time.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/money_time.cgi,v
retrieving revision 1.16.2.4
retrieving revision 1.16.2.5
diff -u -d -r1.16.2.4 -r1.16.2.5
--- money_time.cgi	19 May 2008 04:07:06 -0000	1.16.2.4
+++ money_time.cgi	29 May 2008 00:11:59 -0000	1.16.2.5
@@ -62,10 +62,10 @@
 );
 my %graph_label = map { $_ => $label{$_}.$graph_suffix{$_} } keys %label;
 
-$label{$_.'_12mo'} = $label{$_}. " (previous 12 months)"
+$label{$_.'_12mo'} = $label{$_}. " (prev 12 months)"
   foreach keys %label;
 
-$graph_label{$_.'_12mo'} = $graph_label{$_}. " (previous 12 months)"
+$graph_label{$_.'_12mo'} = $graph_label{$_}. " (prev 12 months)"
   foreach keys %graph_label;
 
 my %color = (



More information about the freeside-commits mailing list