@@ -, +, @@ display: none; --- .../bootstrap/en/includes/masthead.inc | 12 ++++--- .../bootstrap/en/modules/opac-auth.tt | 34 ++++++++++--------- .../bootstrap/en/modules/opac-main.tt | 16 +++++---- 3 files changed, 34 insertions(+), 28 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -385,11 +385,13 @@ [% UNLESS Koha.Preference('opacShibOnly') %]
- - -
- -
+
+ + +
+ +
+
[% IF OpacLoginInstructions %]
[% PROCESS koha_news_block news => OpacLoginInstructions %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -190,23 +190,25 @@ [% END %] -
- [% FOREACH INPUT IN INPUTS %] - [% NEXT IF INPUT.name == 'logout.x' %] - - [% END %] -
- - -
-
- - -
-
- +
+
[% IF OpacLoginInstructions %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -189,13 +189,15 @@ Log in with Google

If you do not have a Google account, but do have a local account, you can still log in:

[% END # /IF GoogleOpenIDConnect %] - - - - -
- -
+ [% IF ( OpacLoginInstructions ) %]
[% PROCESS koha_news_block news => OpacLoginInstructions %] --