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.34,1.35
Date: Wed, 15 Dec 2004 02:47:12 -0800

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

Modified Files:
        circulation.tmpl 
Log Message:
fix for :
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=858

* added a button to cancel issue
* adding checkbox to cancel reserve on the book (checked by default)
* the cancelation reserve is done on reserves done for a given item or for any 
item

Nelsonville, pls test & confirm it's OK

Index: circulation.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** circulation.tmpl    18 Nov 2004 10:32:40 -0000      1.34
--- circulation.tmpl    15 Dec 2004 10:47:10 -0000      1.35
***************
*** 198,201 ****
--- 198,207 ----
                        <!-- TMPL_UNLESS name="IMPOSSIBLE" -->
                        <form method="post">
+                               <!-- TMPL_IF NAME="RESERVED" -->
+                                       <p><input type="checkbox" checked 
name="cancelreserve" value="1">Cancel Reserve</p>
+                               <!-- /TMPL_IF -->
+                               <!-- TMPL_IF NAME="RESERVE_WAITING" -->
+                                       <p><input type="checkbox" checked 
name="cancelreserve" value="1">Cancel Reserve</p>
+                               <!-- /TMPL_IF -->
                                <input type="hidden" name="barcode" value="<!-- 
TMPL_VAR NAME="barcode" -->">
                                <input type="hidden" name="borrnumber" 
value="<!-- TMPL_VAR NAME="borrowernumber">">
***************
*** 205,208 ****
--- 211,215 ----
                                <input type="hidden" name="year" value="<!-- 
TMPL_VAR name="year" -->">
                                <input type="submit" value="Confirm issue" 
class="button circulation">
+                               <a href="circulation.pl?borrnumber=<!-- 
TMPL_VAR NAME="borrowernumber" -->" class="button circulation">Don't issue</a>
                        </form>
                        <!-- /TMPL_UNLESS -->




reply via email to

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