Fix for Bug 5210, back button on batch modification result page useless
authorOwen Leonard <oleonard@myacpl.org>
Fri, 12 Nov 2010 20:58:00 +0000 (21:58 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 14 Nov 2010 22:22:39 +0000 (11:22 +1300)
I can't see any good use for a back button here, so I'm taking it out.

An improvement might be to build in a method to resubmit the same batch
of barcodes/item numbers again so that you could make additional
changes to the same set.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl

index 7793f04..f314c7c 100644 (file)
 </div>
 <!-- TMPL_ELSE --> <!-- // show -->
 <fieldset class="action">
-  <input type="button" value="&lt;&lt; Back" onclick="window.history.back();return false;">
-  &nbsp; <a href="/cgi-bin/koha/tools/batchMod.pl">Done</a>
+  <a href="/cgi-bin/koha/tools/batchMod.pl">Done</a>
 </fieldset>
          
 <!-- /TMPL_IF -->