From: mark Date: Thu, 27 May 2010 01:03:03 +0000 (+0000) Subject: unbreak download links X-Git-Tag: root_of_svc_elec_features~215 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5cd82978f42b9f5e59b1f609be613b148600add2 unbreak download links --- diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index e5e6ca954..d8cc2fcab 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -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
% $cgi->param('_type', "$xlsname.xls" ); - as Excel spreadsheet
+ as Excel spreadsheet
% $cgi->param('_type', 'csv'); - as CSV file
+ as CSV file
% if ( defined($opt{xml_elements}) ) { % $cgi->param('_type', 'xml'); - as XML file
+ as XML file
% } % $cgi->param('_type', 'html-print'); - as printable copy + as printable copy % $cgi->param('_type', "html" );