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

(-)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,phr:[% 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 29048