[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.6.2.10,1.6.2.11

Owen Leonard oleonard at users.sourceforge.net
Thu Aug 4 17:47:57 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	circulation.tmpl 
Log Message:
Adding style to "sticky due date" form fields

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v
retrieving revision 1.6.2.10
retrieving revision 1.6.2.11
diff -C2 -r1.6.2.10 -r1.6.2.11
*** circulation.tmpl	8 Jun 2005 20:43:12 -0000	1.6.2.10
--- circulation.tmpl	4 Aug 2005 15:47:55 -0000	1.6.2.11
***************
*** 3,12 ****
  <!-- TMPL_INCLUDE NAME="circ-topmenu.inc" -->
  <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
- 
   <div id="main">
  	<h1>Circulation: Issues</h1>
  
  <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
! <!-- Hide from NPL 	<div class="details">
  		<h2>Parameters</h2>
  		<p>
--- 3,11 ----
  <!-- TMPL_INCLUDE NAME="circ-topmenu.inc" -->
  <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
   <div id="main">
  	<h1>Circulation: Issues</h1>
  
  <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
! <!-- see selectbranchprinter.pl  	<div class="details">
  		<h2>Parameters</h2>
  		<p>
***************
*** 15,19 ****
  			<a href="selectbranchprinter.pl">Change Settings</a>
  		</p>
! 	</div> /Hide from NPL -->
  	
  	<!-- RESULT OF ISSUING REQUEST -->
--- 14,18 ----
  			<a href="selectbranchprinter.pl">Change Settings</a>
  		</p>
! 	</div> -->
  	
  	<!-- RESULT OF ISSUING REQUEST -->
***************
*** 190,196 ****
  	<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>
  				<option value="1"<!-- TMPL_IF NAME="day1" --> selected="selected"<!-- /TMPL_IF -->>1</option>
--- 189,211 ----
  	<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 class="date-select">
! 			<label for="month">Specify Due Date: </label>
! 			<select name="month" id="month">
! 				<option value="0">Month</option>
! 				<option value="1"<!-- TMPL_IF NAME="month1" --> selected="selected"<!-- /TMPL_IF -->>Jan</option>
! 				<option value="2"<!-- TMPL_IF NAME="month2" --> selected="selected"<!-- /TMPL_IF -->>Feb</option>
! 				<option value="3"<!-- TMPL_IF NAME="month3" --> selected="selected"<!-- /TMPL_IF -->>Mar</option>
! 				<option value="4"<!-- TMPL_IF NAME="month4" --> selected="selected"<!-- /TMPL_IF -->>Apr</option>
! 				<option value="5"<!-- TMPL_IF NAME="month5" --> selected="selected"<!-- /TMPL_IF -->>May</option>
! 				<option value="6"<!-- TMPL_IF NAME="month6" --> selected="selected"<!-- /TMPL_IF -->>Jun</option>
! 				<option value="7"<!-- TMPL_IF NAME="month7" --> selected="selected"<!-- /TMPL_IF -->>Jul</option>
! 				<option value="8"<!-- TMPL_IF NAME="month8" --> selected="selected"<!-- /TMPL_IF -->>Aug</option>
! 				<option value="9"<!-- TMPL_IF NAME="month9" --> selected="selected"<!-- /TMPL_IF -->>Sep</option>
! 				<option value="10"<!-- TMPL_IF NAME="month10" --> selected="selected"<!-- /TMPL_IF -->>Oct</option>
! 				<option value="11"<!-- TMPL_IF NAME="month11" --> selected="selected"<!-- /TMPL_IF -->>Nov</option>
! 				<option value="12"<!-- TMPL_IF NAME="month12" --> selected="selected"<!-- /TMPL_IF -->>Dec</option>
! 			</select>
! 			<select name="day" id="day">
  				<option value="0">Day</option>
  				<option value="1"<!-- TMPL_IF NAME="day1" --> selected="selected"<!-- /TMPL_IF -->>1</option>
***************
*** 226,244 ****
  				<option value="31"<!-- TMPL_IF NAME="day31" --> selected="selected"<!-- /TMPL_IF -->>31</option>
  			</select>
- 			<select name="month">
- 				<option value="0">Month</option>
- 				<option value="1"<!-- TMPL_IF NAME="month1" --> selected="selected"<!-- /TMPL_IF -->>Jan</option>
- 				<option value="2"<!-- TMPL_IF NAME="month2" --> selected="selected"<!-- /TMPL_IF -->>Feb</option>
- 				<option value="3"<!-- TMPL_IF NAME="month3" --> selected="selected"<!-- /TMPL_IF -->>Mar</option>
- 				<option value="4"<!-- TMPL_IF NAME="month4" --> selected="selected"<!-- /TMPL_IF -->>Apr</option>
- 				<option value="5"<!-- TMPL_IF NAME="month5" --> selected="selected"<!-- /TMPL_IF -->>May</option>
- 				<option value="6"<!-- TMPL_IF NAME="month6" --> selected="selected"<!-- /TMPL_IF -->>Jun</option>
- 				<option value="7"<!-- TMPL_IF NAME="month7" --> selected="selected"<!-- /TMPL_IF -->>Jul</option>
- 				<option value="8"<!-- TMPL_IF NAME="month8" --> selected="selected"<!-- /TMPL_IF -->>Aug</option>
- 				<option value="9"<!-- TMPL_IF NAME="month9" --> selected="selected"<!-- /TMPL_IF -->>Sep</option>
- 				<option value="10"<!-- TMPL_IF NAME="month10" --> selected="selected"<!-- /TMPL_IF -->>Oct</option>
- 				<option value="11"<!-- TMPL_IF NAME="month11" --> selected="selected"<!-- /TMPL_IF -->>Nov</option>
- 				<option value="12"<!-- TMPL_IF NAME="month12" --> selected="selected"<!-- /TMPL_IF -->>Dec</option>
- 			</select>
  			<select name="year">
  				<option value="0">Year</option>
--- 241,244 ----





More information about the Koha-cvs mailing list