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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
                        <h1>[% summary.mainentry %][% IF authtypetext %] ([% authtypetext %])[% END %]</h1>
46
                        <h1>[% summary.mainentry %][% IF authtypetext %] ([% authtypetext %])[% END %]</h1>
47
47
48
                        <div class="usedin">
48
                        <div class="usedin">
49
                            <a href="opac-search.pl?type=opac&amp;q=[% authid %]&amp;idx=an,phr">Number of records used in: [% count %]</a>
49
                            [% IF count > 0 %]<a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;q=[% authid %]&amp;idx=an,phr">Number of records used in: [% count %]</a>[% ELSE %]This authority is not used in any records.[% END %]
50
                        </div>
50
                        </div>
51
51
52
                        <div class="authstanza">
52
                        <div class="authstanza">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (-2 / +1 lines)
Lines 66-72 Link Here
66
                                                <td>[% resul.authtype %]</td>
66
                                                <td>[% resul.authtype %]</td>
67
                                                [% UNLESS ( resul.isEDITORS ) %]
67
                                                [% UNLESS ( resul.isEDITORS ) %]
68
                                                    <td>
68
                                                    <td>
69
                                                         <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=[% resul.authid %]">[% resul.used %] biblios</a>
69
                                                         [% IF resul.used > 0 %]<a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=[% resul.authid %]">[% resul.used %] biblios</a>[% ELSE %]0 biblios[% END %]
70
                                                    </td>
70
                                                    </td>
71
                                                [% END %]
71
                                                [% END %]
72
                                            </tr>
72
                                            </tr>
73
- 

Return to bug 16875