Browse Source

Adding formatting to Saved Results for Reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Russel Garlick 17 years ago
committed by Joshua Ferraro
parent
commit
335f05207a
  1. 13
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

13
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

@ -327,11 +327,24 @@ Sub report:<select name="subreport">
<!-- TMPL_IF NAME="retresults" -->
<h1>Saved Report Results</h1>
<h2><!-- TMPL_VAR NAME="name" --></h2>
<p><!-- TMPL_VAR NAME="notes" --></p>
<table>
<!-- TMPL_LOOP NAME="results" -->
<!-- TMPL_VAR NAME = "row" -->
<!-- /TMPL_LOOP -->
</table>
<p>Download the report</p>
</table>
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
<select name="format">
<option value="csv">Comma Separated Text</option>
<option value="tab">Tab Separated Text</option>
</select>
<input type="submit" name="phase" value="Export">
<input type="hidden" name="sql" value="<!-- TMPL_VAR NAME="sql" -->">
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="showsql" -->

Loading…
Cancel
Save