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: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.29,1.30
Date: Wed, 18 Aug 2004 08:52:18 -0700

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

Modified Files:
        circulation.tmpl 
Log Message:
fixes in circulation module

Index: circulation.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** circulation.tmpl    19 Jul 2004 19:58:38 -0000      1.29
--- circulation.tmpl    18 Aug 2004 15:52:15 -0000      1.30
***************
*** 150,166 ****
                        <!-- TMPL_IF NAME="INVALID_DATE" -->
                                <p class="problem">The due date is invalid</p>
!                       <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
                                <p class="problem">The barcode is unknown</p>
!                       <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
                                <p class="problem">Item not for loan</p>
!                       <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="WTHDRAWN" -->
                                <p class="problem">Item withdrawn</p>
!                       <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="GNA" -->
                                <p class="problem">Borrower is gone with no 
address</p>
!                       <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="CARD_LOST" -->
                                <p class="problem">Borrower's card is lost</p>
--- 150,166 ----
                        <!-- TMPL_IF NAME="INVALID_DATE" -->
                                <p class="problem">The due date is invalid</p>
!                       <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
                                <p class="problem">The barcode is unknown</p>
!                       <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
                                <p class="problem">Item not for loan</p>
!                       <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="WTHDRAWN" -->
                                <p class="problem">Item withdrawn</p>
!                       <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="GNA" -->
                                <p class="problem">Borrower is gone with no 
address</p>
!                       <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="CARD_LOST" -->
                                <p class="problem">Borrower's card is lost</p>
***************
*** 177,181 ****
                <h2 class="problem">I need confirmation before issuing</h2>
                        <!-- TMPL_IF NAME="DEBT" -->
!                               <p>The borrower has debts</p>
                        <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="RENEW_ISSUE" -->
--- 177,181 ----
                <h2 class="problem">I need confirmation before issuing</h2>
                        <!-- TMPL_IF NAME="DEBT" -->
!                               <p>The borrower has a debt of <!-- TMPL_VAR 
name="DEBT" --></p>
                        <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="RENEW_ISSUE" -->
***************
*** 189,193 ****
                        <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="TOO_MANY" -->
!                               <p class="problem">Too many issues!</p>
                        <!-- /TMPL_IF -->
                        <!-- TMPL_UNLESS name="IMPOSSIBLE" -->
--- 189,193 ----
                        <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="TOO_MANY" -->
!                               <p class="problem">Too many issues (already 
issued / max : <!-- TMPL_VAR name="TOO_MANY" -->)</p>
                        <!-- /TMPL_IF -->
                        <!-- TMPL_UNLESS name="IMPOSSIBLE" -->




reply via email to

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