Lines 349-355
Link Here
|
349 |
[% IF ( loggedinusername ) %] |
349 |
[% IF ( loggedinusername ) %] |
350 |
<a class="tag_add btn btn-sm btn-link" id="tag_add[% biblio.biblionumber | html %]" href="#"><i class="fa fa-tag" aria-hidden="true"></i> Add tag(s)</a> |
350 |
<a class="tag_add btn btn-sm btn-link" id="tag_add[% biblio.biblionumber | html %]" href="#"><i class="fa fa-tag" aria-hidden="true"></i> Add tag(s)</a> |
351 |
[% ELSE %] |
351 |
[% ELSE %] |
352 |
<span id="login4tags"> |
352 |
<span class="login4tags"> |
353 |
[% IF Koha.Preference('casAuthentication') %] |
353 |
[% IF Koha.Preference('casAuthentication') %] |
354 |
[%# CAS authentication is too complicated for modal window %] |
354 |
[%# CAS authentication is too complicated for modal window %] |
355 |
<a href="/cgi-bin/koha/opac-user.pl">Log in to add tags.</a> |
355 |
<a href="/cgi-bin/koha/opac-user.pl">Log in to add tags.</a> |