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 90-96 Link Here
90
                                                <td>[% resul.authtype %]</td>
90
                                                <td>[% resul.authtype %]</td>
91
                                                [% UNLESS ( resul.isEDITORS ) %]
91
                                                [% UNLESS ( resul.isEDITORS ) %]
92
                                                    <td>
92
                                                    <td>
93
                                                         <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=[% resul.authid %]">[% resul.used %] biblios</a>
93
                                                         [% 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 %]
94
                                                    </td>
94
                                                    </td>
95
                                                [% END %]
95
                                                [% END %]
96
                                                <td>
96
                                                <td>
97
- 

Return to bug 16875