Lines 414-420
Link Here
|
414 |
</span> |
414 |
</span> |
415 |
<a class="tag_add" id="tag_add[% biblionumber %]" href="#">Add tag(s)</a> |
415 |
<a class="tag_add" id="tag_add[% biblionumber %]" href="#">Add tag(s)</a> |
416 |
[% ELSE %] |
416 |
[% ELSE %] |
417 |
<span id="login4tags"><a class="loginModal-trigger" data-toggle="modal" role="button" href="/cgi-bin/koha/opac-user.pl">Log in to add tags.</a></span> |
417 |
<span id="login4tags"> |
|
|
418 |
[% IF Koha.Preference('casAuthentication') %] |
419 |
[%# CAS authentication is too complicated for modal window %] |
420 |
<a href="/cgi-bin/koha/opac-user.pl">Log in to add tags.</a> |
421 |
[% ELSE %] |
422 |
<a class="loginModal-trigger" data-toggle="modal" role="button" href="/cgi-bin/koha/opac-user.pl">Log in to add tags.</a> |
423 |
[% END %] |
424 |
</span> |
418 |
[% END %] |
425 |
[% END %] |
419 |
[% END # / IF TagsInputEnabled %] |
426 |
[% END # / IF TagsInputEnabled %] |
420 |
</div> |
427 |
</div> |
421 |
- |
|
|