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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl (-2 / +1 lines)
Lines 66-72 function searchauthority() { Link Here
66
      <td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
66
      <td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
67
  <!-- TMPL_UNLESS name="isEDITORS" -->
67
  <!-- TMPL_UNLESS name="isEDITORS" -->
68
      <td>
68
      <td>
69
        <a href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;idx=an&amp;q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a>
69
        <a href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;idx=an,phr&amp;q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a>
70
      </td>
70
      </td>
71
  <!-- /TMPL_UNLESS -->
71
  <!-- /TMPL_UNLESS -->
72
      <td>
72
      <td>
73
- 

Return to bug 5941