X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Fsearch-html.html;h=e5e6ca9542c19cd1675e69b2c4d223078a97521c;hb=7b125e587a4d1ee0aca692e23ea7897f671855ae;hp=d8cc2fcabf0fac1de6a082d0644956b329e2da19;hpb=5cd82978f42b9f5e59b1f609be613b148600add2;p=freeside.git diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index d8cc2fcab..e5e6ca954 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -1,3 +1,4 @@ +% % if ( exists($opt{'redirect'}) && $opt{'redirect'} % && scalar(@$rows) == 1 && $total == 1 % && $type ne 'html-print' @@ -143,18 +144,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" );