From 73b197df9ed8e038684e1821ab4d9090d7af225a Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 19 Sep 2018 18:49:02 +0000 Subject: [PATCH] Bug 13272: (follow-up) Replace tabs with spaces 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 Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 5edd363a1f2e3b1ea34f3f2aa7ace86cbf467df8) Signed-off-by: Martin Renvoize --- .../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 bbb4bb916c..cbc62e27e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -555,16 +555,16 @@
-
- Check in +
+ Check in - [% IF ( exemptfine ) %] - - [% ELSIF ( dropboxmode ) %] - - [% ELSE %] - - [% END %] + [% IF ( exemptfine ) %] + + [% ELSIF ( dropboxmode ) %] + + [% ELSE %] + + [% END %] [% IF Koha.Preference('SpecifyReturnDate') %] -- 2.20.1