diff options
| author | Mark Wells <mark@freeside.biz> | 2012-08-10 16:07:50 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-08-10 16:07:50 -0700 |
| commit | 7b19b666fc36f8dc28747a11bd2b389d8d2ef75f (patch) | |
| tree | cb8e645c158df9c3a16a4dd252d285f9d7ed4b0b /httemplate/search | |
| parent | 5a204201503f8e0db6087db6e53b84297cbc739a (diff) | |
sqlradius data usage report, #18823
Diffstat (limited to 'httemplate/search')
| -rw-r--r-- | httemplate/search/elements/search-html.html | 4 | ||||
| -rw-r--r-- | httemplate/search/elements/search.html | 6 |
2 files changed, 7 insertions, 3 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> diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html index 9bc66b6fa..eca68a2f8 100644 --- a/httemplate/search/elements/search.html +++ b/httemplate/search/elements/search.html @@ -162,7 +162,11 @@ Example: # Excel-specific listref of ( hashrefs or coderefs ) # each hashref: http://search.cpan.org/dist/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel.pm#Format_methods_and_Format_properties 'xls_format' => => [], - + + + # miscellany + 'download_label' => 'Download this report', + # defaults to 'Download full results' &> </%doc> |
