|
Lines 75-80
Link Here
|
| 75 |
[% IF Koha.Preference('casAuthentication') %] |
75 |
[% IF Koha.Preference('casAuthentication') %] |
| 76 |
[%# CAS authentication is too complicated for modal window %] |
76 |
[%# CAS authentication is too complicated for modal window %] |
| 77 |
<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> |
77 |
<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> |
|
|
78 |
[% ELSIF shibbolethAuthentication && Koha.Preference('opacShibOnly') %] |
| 79 |
<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> |
| 78 |
[% ELSE %] |
80 |
[% ELSE %] |
| 79 |
<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> |
81 |
<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> |
| 80 |
[% END %] |
82 |
[% END %] |
|
Lines 99-104
Link Here
|
| 99 |
<li><a class="login-link" href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
101 |
<li><a class="login-link" href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
| 100 |
[% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
102 |
[% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
| 101 |
<li><a class="login-link" href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li> |
103 |
<li><a class="login-link" href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li> |
|
|
104 |
[% ELSIF shibbolethAuthentication && Koha.Preference('opacShibOnly') %] |
| 105 |
<li><a class="login-link" href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
| 102 |
[% ELSE %] |
106 |
[% ELSE %] |
| 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> |
107 |
<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> |
| 104 |
[% END %] |
108 |
[% END %] |
| 105 |
- |
|
|