Browse Source

adding hotlink to author search on details.pl page.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
root 16 years ago
committed by Joshua Ferraro
parent
commit
543bea4d5e
  1. 8
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl

8
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl

@ -57,11 +57,7 @@ function verify_images() {
<!-- TMPL_IF name="volume" --> <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
<!-- TMPL_IF name="volumedesc" -->, <!-- TMPL_VAR name="volumedesc" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="number" --> <!-- TMPL_VAR NAME="number" --> <!-- /TMPL_IF -->
<!-- TMPL_IF name="unititle" -->, <!-- TMPL_VAR name="unititle" --><!-- /TMPL_IF -->
/ <!-- TMPL_VAR NAME="author" --> <!-- TMPL_VAR NAME="class" -->
</p>
/ <!-- TMPL_IF NAME="author" -->By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" -->"><!-- TMPL_VAR NAME="author" --></a><!-- /TMPL_IF -->
<ul>
<!-- TMPL_IF name="MARCAUTHORS" -->
<li><strong>Additional Authors:</strong><ul>
@ -70,7 +66,7 @@ function verify_images() {
<!-- TMPL_VAR NAME="value" -->
</a></li>
<!-- /TMPL_LOOP -->
</ul>
</ul>
</li>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="publishercode" -->

Loading…
Cancel
Save