Adding cardnumber information to borrower display on circulation page.
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Thu, 15 Nov 2007 18:54:07 +0000 (12:54 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 16 Nov 2007 13:34:57 +0000 (07:34 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index 79f6927..cecee8e 100644 (file)
@@ -1,6 +1,7 @@
 <!-- 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>
+     <!-- TMPL_IF NAME="userid" --> <li> <!-- TMPL_VAR NAME="userid" -->  </li><!--/TMPL_IF-->
                <li><!-- TMPL_IF NAME="address"-->
             <!-- TMPL_VAR NAME="address" -->
         <!-- TMPL_ELSE -->
index e7b15b6..fe62694 100755 (executable)
@@ -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">
 <fieldset id="circ_circulation_issue">
     <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" />
     
         <!-- 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="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">
                <!-- TMPL_ELSE -->
         <div id="circmessages" class="circmessage attention">