[freeside-commits] freeside/httemplate/search/elements search-html.html, 1.2.2.4, 1.2.2.5

Mark Wells mark at wavetail.420.am
Wed May 26 18:02:53 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.2.2.4
retrieving revision 1.2.2.5
diff -u -w -d -r1.2.2.4 -r1.2.2.5
--- search-html.html	22 May 2010 19:49:19 -0000	1.2.2.4
+++ search-html.html	27 May 2010 01:02:51 -0000	1.2.2.5
@@ -144,18 +144,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