diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index c2cf93a090..cf702e45aa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -394,6 +394,9 @@
+
+ +
[% IF OpacLoginInstructions %]
[% PROCESS koha_news_block news => OpacLoginInstructions %] @@ -412,11 +415,6 @@
[% END %] - [% UNLESS Koha.Preference('opacShibOnly') %] - - [% END %] 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 68b2cdad78..4bbc55e304 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -195,11 +195,6 @@ - [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] -
- Forgot your password? -
- [% END %]
[% IF OpacLoginInstructions %] [% PROCESS koha_news_block news => OpacLoginInstructions %] @@ -209,13 +204,19 @@

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 %] - - [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] - +
+ [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] +
+ Forgot your password? +
+ [% END %] + [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] +
+ You may register here. - [% END %] -
+ + [% END %] [% END # / IF !OPACShibOnly or SCO_login or SCI_login %] [% END # / IF loginprompt %]