[freeside-commits] freeside/httemplate/graph/elements monthly.html, 1.3.2.2, 1.3.2.3
Ivan,,,
ivan at wavetail.420.am
Fri Nov 30 12:55:30 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/graph/elements
In directory wavetail:/tmp/cvs-serv31256
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- monthly.html 14 Aug 2007 21:47:24 -0000 1.3.2.2
+++ monthly.html 30 Nov 2007 20:55:28 -0000 1.3.2.3
@@ -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