From: Owen Leonard <[email protected]> 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 <[email protected]> --- .../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="<< Back" onclick="window.history.back();return false;"> - <a href="/cgi-bin/koha/tools/batchMod.pl">Done</a> + <a href="/cgi-bin/koha/tools/batchMod.pl">Done</a> </fieldset> <!-- /TMPL_IF --> -- 1.6.3.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
