modified template to enable circulation system to show picture of borrower for verification purposes.
This commit is contained in:
parent
f9d2fa784c
commit
035d27e50e
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue