MT 2553 : Adds a Cancel button
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 10 Mar 2010 21:26:18 +0000 (22:26 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 02:30:07 +0000 (22:30 -0400)
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl

index 140237c..4c34675 100644 (file)
@@ -54,6 +54,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>