Adding a back button
authorRussel Garlick <rwg@arwen.metavore.com>
Mon, 29 Oct 2007 18:21:29 +0000 (13:21 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 21:12:04 +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 3f2a1b9..ba6f9ee 100644 (file)
@@ -61,7 +61,8 @@ Choose the report from the list
 <!-- /TMPL_LOOP -->
 </select>
 <br />
-<input type="submit" name="phase" value="Report on this Area">
+<input type=button value="Back" onClick="history.go(-1)">
+ <input type="submit" name="phase" value="Report on this Area">
 </form>
 <!-- /TMPL_IF -->
 
@@ -77,7 +78,8 @@ Choose the report from the list
 <!-- /TMPL_LOOP -->
 </select>
 <br />
-<input type="submit" name="phase" value="Choose this type">
+<input type=button value="Back" onClick="history.go(-1)">
+ <input type="submit" name="phase" value="Choose this type">
 <br />
 </form>
 Tabular: