modified template to enable circulation system to show picture of borrower for verification purposes.

This commit is contained in:
genjimoto 2005-08-22 12:54:25 +00:00
parent f9d2fa784c
commit 035d27e50e

View file

@ -30,7 +30,9 @@
<!-- TMPL_ELSE -->
<!-- TMPL_IF NAME="borrowernumber" -->
<h2 class="circulation">Borrower information</h2>
<p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR name="cardnumber" -->)
<p> <!-- TMPL_IF NAME="picture" -->
<img src="/intranet-tmpl/<!-- TMPL_VAR NAME="picture" -->">
<!-- /TMPL_IF --><br><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR name="cardnumber" -->)
<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" --> " class="button circulation">
detail
</a>