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 110-116 Link Here
110
                                                <td>[% resul.authtype | html %]</td>
110
                                                <td>[% resul.authtype | html %]</td>
111
                                                [% UNLESS ( resul.isEDITORS ) %]
111
                                                [% UNLESS ( resul.isEDITORS ) %]
112
                                                    <td>
112
                                                    <td>
113
                                                         [% IF resul.used > 0 %]<a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=[% resul.authid | uri %]">[% resul.used | html %] biblios</a>[% ELSE %]0 biblios[% END %]
113
                                                         [% IF resul.used > 0 %]<a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;idx=an,phr&amp;q=[% resul.authid | uri %]">[% resul.used | html %] biblios</a>[% ELSE %]0 biblios[% END %]
114
                                                    </td>
114
                                                    </td>
115
                                                [% END %]
115
                                                [% END %]
116
                                            </tr>
116
                                            </tr>
117
- 

Return to bug 29048