|
Lines 87-93
Link Here
|
| 87 |
</div> |
87 |
</div> |
| 88 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
88 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
| 89 |
[% UNLESS ( loggedinusername ) %] |
89 |
[% UNLESS ( loggedinusername ) %] |
| 90 |
<p><a class="loginModal-trigger" href="/cgi-bin/koha/opac-user.pl">Log in to see your own saved tags.</a></p> |
90 |
<p> |
|
|
91 |
[% IF Koha.Preference('casAuthentication') %] |
| 92 |
[%# CAS authentication is too complicated for modal window %] |
| 93 |
<a href="/cgi-bin/koha/opac-user.pl">Log in to see your own saved tags.</a> |
| 94 |
[% ELSE %] |
| 95 |
<a class="loginModal-trigger" href="/cgi-bin/koha/opac-user.pl">Log in to see your own saved tags.</a> |
| 96 |
[% END %] |
| 97 |
</p> |
| 91 |
[% END %] |
98 |
[% END %] |
| 92 |
[% END %] |
99 |
[% END %] |
| 93 |
</fieldset> |
100 |
</fieldset> |
| 94 |
- |
|
|