[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.6,1.7

Chris Cormack rangi at users.sourceforge.net
Sat Sep 3 02:28:03 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2363

Modified Files:
	opac-detail.tmpl 
Log Message:
Link to reviews displaying if there are any available


Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-detail.tmpl	12 Jul 2005 21:27:11 -0000	1.6
--- opac-detail.tmpl	3 Sep 2005 00:28:01 -0000	1.7
***************
*** 72,75 ****
--- 72,82 ----
  	<tr><th>Physical Details: </th><td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td></tr>
  <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="reviews" -->                                 
+ <tr>             
+ <th>Reviews:</th> 
+ <td><a href="/cgi-bin/koha/opac-showreviews.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="reviews" --></a></td> 
+ </tr>                
+ <!-- /TMPL_IF -->
+ 
  <!-- /TMPL_LOOP -->
  





More information about the Koha-cvs mailing list