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/npl/en/circ circulation.tmp


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.5,1.6
Date: Sat, 11 Dec 2004 13:01:19 -0800

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

Modified Files:
        circulation.tmpl 
Log Message:
Adding hidden fields for use if Due Date form is commented out

Index: circulation.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** circulation.tmpl    4 Nov 2004 18:03:42 -0000       1.5
--- circulation.tmpl    11 Dec 2004 21:01:15 -0000      1.6
***************
*** 174,179 ****
        <div class="details">
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl" 
name="mainform">
! <label for="barcode">Enter Item Barcode: </label><input name="barcode" 
size="14" maxlength="14"class="unfocus" onfocus="this.className='focus'" 
onblur="this.className='unfocus'" /> <input type="submit" value="Issue" 
class="submit" />
!       <!-- Hide from NPL      <p>
                        <label for="day">Specify Due Date: </label><select 
name="day" id="day">
                                <option value="0">Day</option>
--- 174,179 ----
        <div class="details">
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl" 
name="mainform">
! <label for="barcode">Enter Item Barcode: </label><input name="barcode" 
size="14" maxlength="14"class="unfocus" onfocus="this.className='focus'" 
onblur="this.className='unfocus'" /> <input type="submit" value="Issue" 
class="submit" /><!-- Display for NPL <input type="hidden" name="day" value="0" 
/><input type="hidden" name="month" value="0" /><input type="hidden" 
name="year" value="0" /> /Display for NPL -->
!       <!-- Hide from NPL      --><p>
                        <label for="day">Specify Due Date: </label><select 
name="day" id="day">
                                <option value="0">Day</option>
***************
*** 233,237 ****
                                <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" --> />   /Hide from NPL -->
                <input type="hidden" name="borrnumber" value="<!-- TMPL_VAR 
NAME="borrowernumber" -->" />
                <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />
--- 233,237 ----
                                <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" --> />   <!-- /Hide from NPL -->
                <input type="hidden" name="borrnumber" value="<!-- TMPL_VAR 
NAME="borrowernumber" -->" />
                <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />




reply via email to

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