Lines 64-70
Link Here
|
64 |
[% UNLESS ( summary.summaryonly ) %] |
64 |
[% UNLESS ( summary.summaryonly ) %] |
65 |
<div class="authorizedheading"> |
65 |
<div class="authorizedheading"> |
66 |
[% FOREACH authorize IN summary.authorized %] |
66 |
[% FOREACH authorize IN summary.authorized %] |
67 |
<span class="authorizedheading"> |
67 |
<span class="authorizedheading [% IF auth_preview %]authority_preview[% END %]"> |
68 |
<a data-authid="[% authid | html %]" href="/cgi-bin/koha/authorities/detail.pl?authid=[% authid | uri %]">[% authorize.heading | html %]</a> |
68 |
<a data-authid="[% authid | html %]" href="/cgi-bin/koha/authorities/detail.pl?authid=[% authid | uri %]">[% authorize.heading | html %]</a> |
69 |
</span> |
69 |
</span> |
70 |
[% UNLESS loop.last %] | [% END %] |
70 |
[% UNLESS loop.last %] | [% END %] |