From 9de99f0498b9d65d559c0ce0266f095340e01b74 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 27 Sep 2018 16:00:42 +0100 Subject: [PATCH] Bug 18506: (followup) Make this play nicely with opacPublic --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 6de2d19e5c..5a986083ef 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -75,6 +75,8 @@ [% IF Koha.Preference('casAuthentication') %] [%# CAS authentication is too complicated for modal window %]
  • Log in to create your own lists
  • + [% ELSIF shibbolethAuthentication && Koha.Preference('opacShibOnly') %] +
  • Log in to create your own lists
  • [% ELSE %]
  • Log in to create your own lists
  • [% END %] @@ -99,6 +101,8 @@
  • [% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
  • + [% ELSIF shibbolethAuthentication && Koha.Preference('opacShibOnly') %] +
  • [% ELSE %]
  • [% END %] -- 2.18.0