@@ -, +, @@ - set opacthemes to bootstrap - enable the casAuthentication pref - fill the casServerUrl pref with "something" - go on the opac home page - click on the "log in" link (top right) - you should see 2 login blocks 'CAS' and 'Local' --- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 25 +++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -270,8 +270,31 @@

Log in to your account

+ [% IF Koha.Preference('casAuthentication') %] + + [% END # / IF casAuthentication %]
- + --