[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-searchresults.tmpl,1.4,1.5

Finlay Thompson finlayt at users.sourceforge.net
Fri Oct 4 00:05:16 CEST 2002


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory usw-pr-cvs1:/tmp/cvs-serv10620

Modified Files:
	opac-searchresults.tmpl 
Log Message:

fixed for the new do-it-yourself reserves.


Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-searchresults.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-searchresults.tmpl	3 Oct 2002 08:58:50 -0000	1.4
--- opac-searchresults.tmpl	3 Oct 2002 22:05:14 -0000	1.5
***************
*** 66,70 ****
      <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>
      </tr>
  
--- 66,70 ----
      <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>&nbsp</th>
      </tr>
  
***************
*** 80,83 ****
--- 80,89 ----
        <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>





More information about the Koha-cvs mailing list