From ed3608864652ff7bbf45a40d62cbc774871e5b25 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 17 Feb 2021 11:50:39 +0100 Subject: [PATCH] Bug 22544: Fix OpacLoginInstructions Content-Type: text/plain; charset=utf-8 Moved recently Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index b58703b8d0..bcae03e538 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -389,7 +389,7 @@
- [% IF ( OpacLoginInstructions ) %] + [% IF OpacLoginInstructions %]
[% PROCESS koha_news_block news => OpacLoginInstructions %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index f15beea5fc..86211c8082 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -201,14 +201,14 @@ [% END %]
- [% IF ( OpacLoginInstructions ) %] + [% IF OpacLoginInstructions %] [% PROCESS koha_news_block news => OpacLoginInstructions %] [% ELSE %]

Don't have a password yet?

If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.

Don't have a library card?

If you don't have a library card, stop by your local library to sign up.

- [% END # / IF OpacLoginInstructions %] + [% END # / IF OpacLoginInstructions %] [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] -- 2.20.1