Adding save successful page for guided reports
authorRussel Garlick <rwg@liblime.com>
Mon, 29 Oct 2007 18:22:43 +0000 (13:22 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 21:12:39 +0000 (16:12 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

index 122b24f..995eaad 100644 (file)
@@ -338,6 +338,21 @@ Sub report:<select name="subreport">
 <!-- 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>
 </div>
 </div>