[freeside-commits] freeside/httemplate/graph/elements monthly.html, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Fri Nov 30 12:55:29 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/graph/elements
In directory wavetail:/tmp/cvs-serv31251

Modified Files:
	monthly.html 
Log Message:
UI: download full results links on separate lines, for consistency with search.html

Index: monthly.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/elements/monthly.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- monthly.html	14 Aug 2007 21:46:17 -0000	1.5
+++ monthly.html	30 Nov 2007 20:55:27 -0000	1.6
@@ -186,8 +186,8 @@
 
 % unless ( $opt{'disable_download'} ) { 
 %   $cgi->param('_type', "monthly.xls" ); 
-            Download full results
-            as <A HREF="<% $cgi->self_url %>">Excel spreadsheet</A>
+            Download full results<BR>
+            as <A HREF="<% $cgi->self_url %>">Excel spreadsheet</A><BR>
 %   $cgi->param('_type', 'csv'); 
             as <A HREF="<% $cgi->self_url %>">CSV file</A></P>
 %   $cgi->param('_type', "html" ); 



More information about the freeside-commits mailing list