koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation


From: Waylon Robertson
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.39,1.40
Date: Mon, 22 Aug 2005 05:54:27 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5659

Modified Files:
        circulation.tmpl 
Log Message:
modified template to enable circulation system to show picture of borrower for 
verification purposes.

Index: circulation.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** circulation.tmpl    19 Jul 2005 19:13:19 -0000      1.39
--- circulation.tmpl    22 Aug 2005 12:54:25 -0000      1.40
***************
*** 31,35 ****
                <!-- TMPL_IF NAME="borrowernumber" -->
                        <h2 class="circulation">Borrower information</h2>
!                       <p><!-- 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
--- 31,37 ----
                <!-- TMPL_IF NAME="borrowernumber" -->
                        <h2 class="circulation">Borrower information</h2>
!                       <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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]