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

Katrin Fischer Katrin.Fischer.83 at web.de
Fri Nov 12 21:58:00 CET 2010


From: Owen Leonard <oleonard at myacpl.org>

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 at web.de>
---
 .../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.1



More information about the Koha-patches mailing list