Tidying up save report confirmation page
authorRussel Garlick <rwg@liblime.com>
Mon, 29 Oct 2007 18:22:56 +0000 (13:22 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 21:12:45 +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 2dc36dd..3dd7085 100644 (file)
@@ -246,12 +246,13 @@ NAME="name" -->"> <!-- TMPL_VAR NAME="name"--></td><td>
 
 <!-- TMPL_IF NAME="showreport" -->
 <!-- TMPL_VAR NAME="sql" -->
-
-<p>
+<h1>Confirm Custom Report</h1>
+<p>Your report will be generated with the following SQL statement. <p> 
 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
 <input type="hidden" name="sql" value="<!-- TMPL_VAR NAME="sql" -->">
 <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
-<input type="submit" name="phase" value="Save">  <input type="submit" name="phase" value="Execute">
+<p>You will need to save the report before you can execute it</p>
+<input type=button value="Back" onClick="history.go(-1)"><input type="submit" name="phase" value="Save">  
 </form>
 <!-- /TMPL_IF -->