[freeside-commits] freeside/httemplate/search/elements search-html.html, 1.7, 1.8

Mark Wells mark at wavetail.420.am
Wed May 26 18:03:05 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail.420.am:/tmp/cvs-serv14640

Modified Files:
	search-html.html 
Log Message:
unbreak download links

Index: search-html.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search-html.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- search-html.html	22 May 2010 19:57:53 -0000	1.7
+++ search-html.html	27 May 2010 01:03:03 -0000	1.8
@@ -1,4 +1,3 @@
-%
 %   if ( exists($opt{'redirect'}) && $opt{'redirect'}
 %        && scalar(@$rows) == 1 && $total == 1
 %        && $type ne 'html-print'
@@ -144,18 +143,18 @@
                 Download full results<BR>
 
 %               $cgi->param('_type', "$xlsname.xls" ); 
-                as <A HREF="<% $self_url %>">Excel spreadsheet</A><BR>
+                as <A HREF="<% $cgi->self_url %>">Excel spreadsheet</A><BR>
 
 %               $cgi->param('_type', 'csv'); 
-                as <A HREF="<% $self_url %>">CSV file</A><BR>
+                as <A HREF="<% $cgi->self_url %>">CSV file</A><BR>
 
 %             if ( defined($opt{xml_elements}) ) {
 %               $cgi->param('_type', 'xml'); 
-                as <A HREF="<% $self_url %>">XML file</A><BR>
+                as <A HREF="<% $cgi->self_url %>">XML file</A><BR>
 %             }
 
 %               $cgi->param('_type', 'html-print'); 
-                as <A HREF="<% $self_url %>">printable copy</A>
+                as <A HREF="<% $cgi->self_url %>">printable copy</A>
 
               </TD>
 %             $cgi->param('_type', "html" ); 



More information about the freeside-commits mailing list