fixed for the new do-it-yourself reserves.
This commit is contained in:
parent
dbb94761cf
commit
671bb4188a
1 changed files with 7 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
<table border=0 cellspacing=0 cellpadding=2 width=90%>
|
<table border=0 cellspacing=0 cellpadding=2 width=90%>
|
||||||
<tr bgcolor=#99cccc background=<TMPL_VAR NAME="themelang">/images/background-opac.gif>
|
<tr bgcolor=#99cccc background=<TMPL_VAR NAME="themelang">/images/background-opac.gif>
|
||||||
<th align=left>Title</th><th align=left>Author</th><th>©</th><th>Item Count</th><th>Location</th>
|
<th align=left>Title</th><th align=left>Author</th><th>©</th><th>Item Count</th><th>Location</th><th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
@ -79,6 +79,12 @@
|
||||||
<td align=center> <TMPL_VAR NAME="copyrightdate"> </td>
|
<td align=center> <TMPL_VAR NAME="copyrightdate"> </td>
|
||||||
<td align=center> <TMPL_VAR NAME="itemcount"> </td>
|
<td align=center> <TMPL_VAR NAME="itemcount"> </td>
|
||||||
<td> <TMPL_VAR NAME="location"> </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>
|
</tr>
|
||||||
</TMPL_LOOP>
|
</TMPL_LOOP>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue