|
Lines 60-66
Link Here
|
| 60 |
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves" tabindex="-1" role="menuitem" class="listmenulink">New list</a></li> |
60 |
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves" tabindex="-1" role="menuitem" class="listmenulink">New list</a></li> |
| 61 |
[% END %] |
61 |
[% END %] |
| 62 |
[% ELSIF ( Koha.Preference('GoogleOAuth2') == 1 ) %] |
62 |
[% ELSIF ( Koha.Preference('GoogleOAuth2') == 1 ) %] |
| 63 |
<li role="presentation"><a href="/cgi-bin/koha/svc/googleoauth2" tabindex="-1" class="menu-inactive" role="menuitem">Log in to create your own lists</a></li> |
63 |
<li role="presentation"><a href="/cgi-bin/koha/svc/auth/googleoauth2" tabindex="-1" class="menu-inactive" role="menuitem">Log in to create your own lists</a></li> |
| 64 |
[% ELSE %] |
64 |
[% ELSE %] |
| 65 |
<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> |
65 |
<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> |
| 66 |
[% END # / IF loggedinusername %] |
66 |
[% END # / IF loggedinusername %] |
|
Lines 116-122
Link Here
|
| 116 |
[%# CAS authentication is too complicated for modal window %] |
116 |
[%# CAS authentication is too complicated for modal window %] |
| 117 |
<li><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
117 |
<li><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
| 118 |
[% ELSIF ( Koha.Preference('GoogleOAuth2') == 1 ) %] |
118 |
[% ELSIF ( Koha.Preference('GoogleOAuth2') == 1 ) %] |
| 119 |
<li><a href="/cgi-bin/koha/svc/googleoauth2" role="button" data-toggle="modal">Log in to your account</a></li> |
119 |
<li><a href="/cgi-bin/koha/svc/auth/googleoauth2" role="button" data-toggle="modal">Log in to your account</a></li> |
| 120 |
[% ELSE %] |
120 |
[% ELSE %] |
| 121 |
<li><a href="/cgi-bin/koha/opac-user.pl" class="loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li> |
121 |
<li><a href="/cgi-bin/koha/opac-user.pl" class="loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li> |
| 122 |
[% END %] |
122 |
[% END %] |