koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ circul... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ circul... [dev_week]
Date: Wed, 20 Sep 2006 17:20:49 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/09/20 17:20:49

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/circ: circulation.tmpl 

Log message:
        Correcting mistake in previous commit relating to SpecifyDueDate system 
pref

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.6.2.17.2.3&r2=1.6.2.17.2.4

Patches:
Index: circulation.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.6.2.17.2.3
retrieving revision 1.6.2.17.2.4
diff -u -b -r1.6.2.17.2.3 -r1.6.2.17.2.4
--- circulation.tmpl    19 Sep 2006 13:22:11 -0000      1.6.2.17.2.3
+++ circulation.tmpl    20 Sep 2006 17:20:49 -0000      1.6.2.17.2.4
@@ -254,15 +254,14 @@
                                <option value="2008"<!-- TMPL_IF 
NAME="year2008" --> selected="selected"<!-- /TMPL_IF -->>2008</option>
                        </select>
 <label for="stickyduedate">Remember for Session:</label><input type="checkbox" 
id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />
-               </p><input type="hidden" name="borrnumber" value="<!-- TMPL_VAR 
NAME="borrowernumber" -->" />
+               </p><!-- TMPL_ELSE --><input type="hidden" name="day" value="0" 
/><input type="hidden" name="month" value="0" /><input type="hidden" 
name="year" value="0" /><!-- /TMPL_IF --><input type="hidden" name="borrnumber" 
value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
                <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />
                <input type="hidden" name="printer" value="<!-- TMPL_VAR 
NAME="printer" -->" />
                <input type="hidden" name="print" value="maybe" />
                <!-- TMPL_IF NAME="CHARGES" -->
                        <input type="hidden" name="charges" value="yes" />
                        <input type="hidden" name="oldamount" value="<!-- 
TMPL_VAR NAME="amountold" -->" />
-               <!-- /TMPL_IF --><!-- TMPL_ELSE --><input type="hidden" 
name="day" value="0" /><input type="hidden" name="month" value="0" /><input 
type="hidden" name="year" value="0" /><!-- /TMPL_IF -->
-       </form>
+               <!-- /TMPL_IF -->
        </div>
 
 




reply via email to

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