Browse Source

Adding save successful page for guided 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
8ef2605b08
  1. 15
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

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

@ -336,6 +336,21 @@ Sub report:<select name="subreport">
<!-- TMPL_IF NAME="showsql" -->
<!-- TMPL_VAR NAME="sql" -->
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="save_successful" -->
<!-- TMPL_VAR NAME="sql" -->
<h1>Save Your Custom Report</h1>
<h2>Your report has been saved</h2>
<p>The report you have created has now been saved. You can now</p>
<ul>
<li>Access this report from the: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Used+saved">Saved Reports Page</a></li>
<li>Schedule this report to run using the: <a href="/cgi-bin/koha/tools/scheduler.pl">Scheduler Tool</a></li>
<li>Return to: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Used+saved">Guided Reports</a></li>
</ul>
<!-- /TMPL_IF -->
</div>

Loading…
Cancel
Save