Change to the template to display a link to add a review
authorrangi <rangi>
Sat, 3 Sep 2005 00:18:29 +0000 (00:18 +0000)
committerrangi <rangi>
Sat, 3 Sep 2005 00:18:29 +0000 (00:18 +0000)
koha-tmpl/opac-tmpl/npl/en/opac-readingrecord.tmpl

index 289456e..355a6db 100644 (file)
@@ -24,6 +24,7 @@ You have never borrowed anything from the library.
 <td><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
 <td><!-- TMPL_VAR NAME="author" --></td>
 <td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
+<td><a href="/cgi-bin/koha/opac-review.pl?biblionumber=<!--TMPL_VAR NAME="biblionumber"-->">Review</a></td>
 </tr>
 
 <!-- /TMPL_LOOP -->