Lines 71-76
Link Here
|
71 |
[% IF Koha.Preference('casAuthentication') %] |
71 |
[% IF Koha.Preference('casAuthentication') %] |
72 |
[%# CAS authentication is too complicated for modal window %] |
72 |
[%# CAS authentication is too complicated for modal window %] |
73 |
<li role="presentation"><a href="/cgi-bin/koha/opac-user.pl" tabindex="-1" class="menu-inactive" role="menuitem">Log in to create your own lists</a></li> |
73 |
<li role="presentation"><a href="/cgi-bin/koha/opac-user.pl" tabindex="-1" class="menu-inactive" role="menuitem">Log in to create your own lists</a></li> |
|
|
74 |
[% ELSIF shibbolethAuthentication && Koha.Preference('opacShibOnly') %] |
75 |
<li role="presentation"><a href="/cgi-bin/koha/opac-user.pl" tabindex="-1" class="menu-inactive" role="menuitem">Log in to create your own lists</a></li> |
74 |
[% ELSE %] |
76 |
[% ELSE %] |
75 |
<li role="presentation"><a href="/cgi-bin/koha/opac-user.pl" tabindex="-1" class="menu-inactive loginModal-trigger" role="menuitem">Log in to create your own lists</a></li> |
77 |
<li role="presentation"><a href="/cgi-bin/koha/opac-user.pl" tabindex="-1" class="menu-inactive loginModal-trigger" role="menuitem">Log in to create your own lists</a></li> |
76 |
[% END %] |
78 |
[% END %] |
Lines 95-100
Link Here
|
95 |
<li><a class="login-link" href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
97 |
<li><a class="login-link" href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
96 |
[% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
98 |
[% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
97 |
<li><a class="login-link" href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li> |
99 |
<li><a class="login-link" href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li> |
|
|
100 |
[% ELSIF shibbolethAuthentication && Koha.Preference('opacShibOnly') %] |
101 |
<li><a class="login-link" href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
98 |
[% ELSE %] |
102 |
[% ELSE %] |
99 |
<li><a href="/cgi-bin/koha/opac-user.pl" class="login-link loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li> |
103 |
<li><a href="/cgi-bin/koha/opac-user.pl" class="login-link loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li> |
100 |
[% END %] |
104 |
[% END %] |
101 |
- |
|
|