Link to reviews displaying if there are any available
This commit is contained in:
parent
011a170e63
commit
87317f1881
1 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,13 @@
|
|||
<!-- TMPL_IF NAME="pages" -->
|
||||
<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 -->
|
||||
|
||||
<!-- Hide from NPL --> <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
|
||||
|
|
Loading…
Reference in a new issue