From 4ab89b85af5fb7279fe842b036c4b04c5908ed41 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 19 Sep 2018 18:49:02 +0000 Subject: [PATCH] Bug 13272: Followup on tab issues Cleaned up whitespace issues tab vs. space in template. After applying all patches: git diff -w origin/master For the koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt only the changed type="text" lines will show, but without the -w, there will be more whitespace changes. Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index e1949f0..0bfc871 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -607,16 +607,16 @@
-
- Check in +
+ Check in - [% IF ( exemptfine ) %] - - [% ELSIF ( dropboxmode ) %] - - [% ELSE %] - - [% END %] + [% IF ( exemptfine ) %] + + [% ELSIF ( dropboxmode ) %] + + [% ELSE %] + + [% END %] [% IF Koha.Preference('SpecifyReturnDate') %] -- 2.1.4