fixed for the new do-it-yourself reserves.
authorfinlayt <finlayt>
Thu, 3 Oct 2002 22:05:14 +0000 (22:05 +0000)
committerfinlayt <finlayt>
Thu, 3 Oct 2002 22:05:14 +0000 (22:05 +0000)
koha-tmpl/opac-tmpl/default/en/opac-searchresults.tmpl

index 2cf2d00..cb9b3cc 100644 (file)
@@ -65,7 +65,7 @@
 
     <table border=0 cellspacing=0 cellpadding=2 width=90%>
     <tr bgcolor=#99cccc background=<TMPL_VAR NAME="themelang">/images/background-opac.gif>
-           <th align=left>Title</th><th align=left>Author</th><th>&copy;</th><th>Item Count</th><th>Location</th>
+           <th align=left>Title</th><th align=left>Author</th><th>&copy;</th><th>Item Count</th><th>Location</th><th>&nbsp</th>
     </tr>
 
 
       <td align=center> <TMPL_VAR NAME="copyrightdate"> </td>
       <td align=center> <TMPL_VAR NAME="itemcount"> </td>
       <td> <TMPL_VAR NAME="location"> </td>
+      <td>
+<TMPL_UNLESS NAME="norequests"><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>>Request</a>
+<TMPL_ELSE>
+Not Reservable
+</TMPL_UNLESS>
+</td> 
       </tr>
     </TMPL_LOOP>