From d08ad54f8c99257a5056667c088eda9608d1c0bb Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 30 Oct 2015 13:45:13 +0100 Subject: [PATCH] Bug 13501: Indentation fix (batchMod-edit.tt) Signed-off-by: Aleisha Signed-off-by: Jonathan Druart --- .../prog/en/modules/tools/batchMod-edit.tt | 92 ++++++++++++---------- 1 file changed, 49 insertions(+), 43 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index 08d552d..662c35f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -187,57 +187,63 @@ $(document).ready(function(){
    [% FOREACH ite IN item %] -
  1. +
  2. +
    [% IF ( ite.mandatory ) %] -
  3. + [% mv.javascript %] + [% ELSIF ( mv.type == 'text' ) %] + + [% ELSIF ( mv.type == 'hidden' ) %] + + [% ELSIF ( mv.type == 'textarea' ) %] + + [%- END -%] + + + + + [% IF ( ite.repeatable ) %] + + Clone + + [% END %] + + + [% END %]
-- 2.8.1