@@ -, +, @@ - Enable syspref casAuthentication - Go to OPAC - Click on Lists > Log in to create your own lists --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -71,7 +71,12 @@
  • New list
  • [% END %] [% ELSE %] -
  • Log in to create your own lists
  • + [% IF Koha.Preference('casAuthentication') %] + [%# CAS authentication is too complicated for modal window %] +
  • Log in to create your own lists
  • + [% ELSE %] +
  • Log in to create your own lists
  • + [% END %] [% END # / IF loggedinusername %] [% END # / IF opacuserlogin %] --