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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 354-360 Link Here
354
                    </div> <!-- /#toolbar -->
354
                    </div> <!-- /#toolbar -->
355
                    <div id="action">
355
                    <div id="action">
356
                        [% IF count %]
356
                        [% IF count %]
357
                                Used in <a href="/cgi-bin/koha/catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an=[% authid | uri %]">[% count | html %] record(s)</a>
357
                                Used in <a href="/cgi-bin/koha/catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an:[% authid | uri %]">[% count | html %] record(s)</a>
358
                        [% ELSE %]
358
                        [% ELSE %]
359
                                This authority is not used in any records.
359
                                This authority is not used in any records.
360
                        [% END %]
360
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
<div id="action">
63
<div id="action">
64
    [% IF count %]
64
    [% IF count %]
65
        Used in <a href="/cgi-bin/koha/catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an=[% authid | uri %]">[% count | html %] record(s)</a>
65
        Used in <a href="/cgi-bin/koha/catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an:[% authid | uri %]">[% count | html %] record(s)</a>
66
    [% ELSE %]
66
    [% ELSE %]
67
        This authority is not used in any records.
67
        This authority is not used in any records.
68
    [% END %]
68
    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (-2 / +1 lines)
Lines 112-118 Link Here
112
                                                [% UNLESS ( resul.isEDITORS ) %]
112
                                                [% UNLESS ( resul.isEDITORS ) %]
113
                                                    <td>
113
                                                    <td>
114
                                                         [% IF resul.used > 0 %]
114
                                                         [% IF resul.used > 0 %]
115
                                                            <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=[% resul.authid | uri %]">[% resul.used | html %] [% tn('record', 'records', resul.used ) | html %]</a>
115
                                                            <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an:[% resul.authid | uri %]">[% resul.used | html %] [% tn('record', 'records', resul.used ) | html %]</a>
116
                                                        [% ELSE %]
116
                                                        [% ELSE %]
117
                                                            0 records
117
                                                            0 records
118
                                                        [% END %]
118
                                                        [% END %]
119
- 

Return to bug 30740