Bug 15931: Replace relative path with /cgi-bin/koha/
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 24 Mar 2016 22:09:07 +0000 (22:09 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 31 Mar 2016 20:20:26 +0000 (20:20 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt

index 317a376..a5df004 100644 (file)
@@ -81,7 +81,7 @@ function searchauthority() {
     [% UNLESS ( resul.isEDITORS ) %]
       <td>
       [% IF resul.used > 0 %]
-          <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>
+          <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>
       [% ELSE %]
           0 records
       [% END %]