Correcting link to request.pl (was pointing to opac-reserve.pl)
authoroleonard <oleonard>
Wed, 20 Oct 2004 16:40:14 +0000 (16:40 +0000)
committeroleonard <oleonard>
Wed, 20 Oct 2004 16:40:14 +0000 (16:40 +0000)
koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl

index 50550ba..8e6a991 100644 (file)
@@ -62,7 +62,7 @@
                                </td>
                                <td <!-- TMPL_IF NAME="even" -->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_UNLESS name="norequests" -->
-                                               <a class="button catalogue" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Request</a>
+                                               <a class="button catalogue" href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Request</a>
                                        <!-- TMPL_ELSE -->
                                                Not Reservable
                                        <!-- /TMPL_UNLESS -->