Adding cardnumber information to borrower display on circulation page.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Henri-Damien LAURENT 2007-11-15 12:54:07 -06:00 committed by Joshua Ferraro
parent 4489186918
commit b22ef3eb93
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
<!-- TMPL_IF NAME="borrowernumber" --> <!-- TMPL_IF NAME="borrowernumber" -->
<div class="patroninfo"><h5><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></h5> <div class="patroninfo"><h5><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</h5>
<ul> <ul>
<!-- TMPL_IF NAME="userid" --> <li> <!-- TMPL_VAR NAME="userid" --> </li><!--/TMPL_IF-->
<li><!-- TMPL_IF NAME="address"--> <li><!-- TMPL_IF NAME="address"-->
<!-- TMPL_VAR NAME="address" --> <!-- TMPL_VAR NAME="address" -->
<!-- TMPL_ELSE --> <!-- TMPL_ELSE -->

View file

@ -147,7 +147,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
<div class="yui-u first"><form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform"> <div class="yui-u first"><form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
<fieldset id="circ_circulation_issue"> <fieldset id="circ_circulation_issue">
<label for="barcode">Enter item barcode: </label> <label for="barcode">Enter item barcode: </label>
<div class="hint">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></div> <div class="hint">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</div>
<input type="text" name="barcode" id="barcode" class="focus" size="14" /> <input type="text" name="barcode" id="barcode" class="focus" size="14" />
<!-- RESULT OF ISSUING REQUEST --> <!-- RESULT OF ISSUING REQUEST -->
@ -525,7 +525,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
<!-- TMPL_IF NAME="flagged" --> <!-- TMPL_IF NAME="flagged" -->
<!-- TMPL_IF NAME="noissues" --> <!-- TMPL_IF NAME="noissues" -->
<div class="hint">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></div> <div class="hint">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</div>
<div id="circmessages" class="circmessage warning"> <div id="circmessages" class="circmessage warning">
<!-- TMPL_ELSE --> <!-- TMPL_ELSE -->
<div id="circmessages" class="circmessage attention"> <div id="circmessages" class="circmessage attention">