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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-2 / +1 lines)
Lines 81-87 function searchauthority() { Link Here
81
    [% UNLESS ( resul.isEDITORS ) %]
81
    [% UNLESS ( resul.isEDITORS ) %]
82
      <td>
82
      <td>
83
      [% IF resul.used > 0 %]
83
      [% IF resul.used > 0 %]
84
          <a href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;idx=an,phr&amp;q=[% resul.authid %]" class="button">[% resul.used %] record(s)</a>
84
          <a href="/cgi-bin/koha/catalogue/search.pl?type=intranet&amp;op=do_search&amp;idx=an,phr&amp;q=[% resul.authid %]" class="button">[% resul.used %] record(s)</a>
85
      [% ELSE %]
85
      [% ELSE %]
86
          0 records
86
          0 records
87
      [% END %]
87
      [% END %]
88
- 

Return to bug 15931