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.33,1.34
Date: Thu, 18 Nov 2004 02:32:42 -0800

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

Modified Files:
        circulation.tmpl 
Log Message:
fix for bug 858 (no warning when issuing a reserved book)

Index: circulation.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** circulation.tmpl    4 Oct 2004 20:29:07 -0000       1.33
--- circulation.tmpl    18 Nov 2004 10:32:40 -0000      1.34
***************
*** 185,190 ****
                        <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="RESERVE_WAITING" -->
!                               <p>Reserve waiting</p>
!                       <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
                                <p>Item issued to <!-- TMPL_VAR 
NAME="ISSUED_TO_ANOTHER" -->. Return &amp; issue?</p>
--- 185,193 ----
                        <!-- /TMPL_IF -->       
                        <!-- TMPL_IF NAME="RESERVE_WAITING" -->
!                               <p>Reserve waiting for <!-- TMPL_VAR 
NAME="RESERVE_WAITING" --></p>
!                       <!-- /TMPL_IF -->
!                       <!-- TMPL_IF NAME="RESERVED" -->
!                               <p>Reserved by <!-- TMPL_VAR NAME="RESERVED" 
--></p>
!                       <!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
                                <p>Item issued to <!-- TMPL_VAR 
NAME="ISSUED_TO_ANOTHER" -->. Return &amp; issue?</p>




reply via email to

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