[Koha-patches] [PATCH] Fix for Bug 5210, back button on batch modification result page useless

Owen Leonard oleonard at myacpl.org
Thu Sep 9 16:08:58 CEST 2010


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.
---
 .../prog/en/modules/tools/batchMod-edit.tmpl       |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl
index 7793f04..f314c7c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl
@@ -151,8 +151,7 @@
 </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 -->
-- 
1.7.0.4



More information about the Koha-patches mailing list