[Koha-patches] [PATCH 36/55] MT 2553 : Adds a Cancel button

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Mar 10 22:26:18 CET 2010


From: Matthias Meusburger <matthias.meusburger at biblibre.com>

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
---
 .../prog/en/modules/tools/batchMod.tmpl            |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl
index 2a0135f..be9103a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl
@@ -53,6 +53,7 @@
                             <!-- TMPL_IF name="del" --><input type="hidden" name="del" value="1" /><!-- /TMPL_IF -->
                             <fieldset class="action">
                                 <input type="submit" value="Continue" class="button" />
+				<input type="button" value="Cancel" onclick="document.location = '/cgi-bin/koha/tools/tools-home.pl'" />
                             </fieldset>
                         </form>
                     </div>
-- 
1.6.3.3




More information about the Koha-patches mailing list