View | Details | Raw Unified | Return to bug 6265
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt (-2 / +1 lines)
Lines 61-67 function showChildren(mynumber) { Link Here
61
</div>
61
</div>
62
[% END %]
62
[% END %]
63
<h1>Entry [% authtypetext %]</h1>
63
<h1>Entry [% authtypetext %]</h1>
64
	<p>Used in <a href="opac-search.pl?type=opac&amp;q=[% authid %]&amp;idx=an">[% count %] records</a></p>
64
	<p>Used in <a href="opac-search.pl?type=opac&amp;q=[% authid %]&amp;idx=an,phr">[% count %] records</a></p>
65
        [% FOREACH Tag0X IN Tab0XX %]
65
        [% FOREACH Tag0X IN Tab0XX %]
66
        <p><b>[% Tag0X.tag %]</b></p>
66
        <p><b>[% Tag0X.tag %]</b></p>
67
        <ul>
67
        <ul>
68
- 

Return to bug 6265