From 70c94c62c5cc40ce5d11e7f1e4b585ec4b35cb4e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Apr 2021 00:21:30 +0000 Subject: [PATCH] Bug 28193: (follow-up) Correct OpacLoginInstructions in login modal Signed-off-by: John Doe --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 28c8ff23d8..b58703b8d0 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -389,9 +389,9 @@
- [% IF Koha.Preference( 'OpacLoginInstructions' ) %] + [% IF ( OpacLoginInstructions ) %]
- [% Koha.Preference( 'OpacLoginInstructions' ) | $raw %] + [% PROCESS koha_news_block news => OpacLoginInstructions %]
[% END %] [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] -- 2.24.3 (Apple Git-128)