Lines 78-84
Link Here
|
78 |
<tr> |
78 |
<tr> |
79 |
<td>[% PROCESS authresult summary=resul.summary authid=resul.authid auth_preview=1 %]</td> |
79 |
<td>[% PROCESS authresult summary=resul.summary authid=resul.authid auth_preview=1 %]</td> |
80 |
<td>[% resul.summary.label | html %]</td> |
80 |
<td>[% resul.summary.label | html %]</td> |
81 |
<td>[% resul.used | html %] times</td> |
81 |
<td> |
|
|
82 |
[% IF resul.used > 0 %] |
83 |
<a href="/cgi-bin/koha/catalogue/search.pl?type=intranet&op=do_search&idx=an,phr&q=[% resul.authid | uri %]" class="button">[% resul.used | html %] times</a> |
84 |
[% ELSE %] |
85 |
0 times |
86 |
[% END %] |
87 |
</td> |
82 |
[% IF Koha.Preference('ShowHeadingUse') %] |
88 |
[% IF Koha.Preference('ShowHeadingUse') %] |
83 |
<td class="heading_use"><ul class="usefor"> |
89 |
<td class="heading_use"><ul class="usefor"> |
84 |
<li>[% IF resul.main %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Main/Added Entry</li> |
90 |
<li>[% IF resul.main %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Main/Added Entry</li> |
85 |
- |
|
|