From c9338446412afcae2bbafee2935d61aeb11b7127 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Fri, 11 Oct 2019 02:18:41 +0000
Subject: [PATCH] Bug 23823: (follow-up) Get rid of some tabs in favor of
spaces
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
In the paragraph touched by this patch, there were some
whitespace issues. This patch does some tab to space
replacement and reindentation to make the code more readable.
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Ivan Masár <helix84@centrum.sk>
---
.../intranet-tmpl/prog/en/modules/admin/preferences.tt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt
index abcc8581cf..44881cc74d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt
@@ -55,16 +55,16 @@
<td class="name-cell">
<code>
[% FOREACH NAME IN LINE.NAMES %]
- <label for="pref_[% NAME.name | html %]">
+ <label for="pref_[% NAME.name | html %]">
<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=[% NAME.name | html %]">
<i class="fa fa-bookmark" aria-hidden="true"></i></a>
- [% IF ( NAME.jumped ) %]
- <span class="term" id="jumped">[% NAME.name | html %]</span>
+ [% IF ( NAME.jumped ) %]
+ <span class="term" id="jumped">[% NAME.name | html %]</span>
[% ELSIF ( NAME.highlighted ) %]
- <span class="term">[% NAME.name | html %]</span>
- [% ELSE %]
- [% NAME.name | html %]
- [% END %]
+ <span class="term">[% NAME.name | html %]</span>
+ [% ELSE %]
+ [% NAME.name | html %]
+ [% END %]
[% IF NAME.overridden %]
<span class="overridden" title="The system preference [% NAME.name | html %] may have been overridden from this value by one or more virtual hosts.">
--
2.11.0