diff options
Diffstat (limited to 'httemplate/search/elements/search-html.html')
-rw-r--r-- | httemplate/search/elements/search-html.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index c27771494..cf60d8f82 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -134,9 +134,9 @@ % and !$opt{'disable_download'} % and $type ne 'html-print' ) { - <TD ALIGN="right"> + <TD ALIGN="right" CLASS="noprint"> - Download full results<BR> + <% $opt{'download_label'} || 'Download full results' %><BR> % $cgi->param('_type', "$xlsname.xls" ); as <A HREF="<% "$self_url?". $cgi->query_string %>">Excel spreadsheet</A><BR> |