From bf51c34bfe62014b944ddd79dcde4b7374590db8 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 --- .../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 2a5aad2..16ca5af 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 @@ -175,57 +175,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 %]
-- 1.9.1