[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters itemtypes.tmpl,1.14,1.14.2.1

Paul POULAIN tipaul at users.sourceforge.net
Mon Jan 12 20:20:35 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv28008/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
      Tag: rel_2_0
	itemtypes.tmpl 
Log Message:
adding notforloan field management

Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C2 -r1.14 -r1.14.2.1
*** itemtypes.tmpl	9 Dec 2003 10:29:00 -0000	1.14
--- itemtypes.tmpl	12 Jan 2004 19:20:33 -0000	1.14.2.1
***************
*** 80,85 ****
  			</tr>
  			<tr>
  				<td>Loan length</td>
! 				<td><input type=text name=loanlength size=10 value='<!-- TMPL_VAR name="loanlength" -->'></td>
  			</tr>
  			<tr>
--- 80,90 ----
  			</tr>
  			<tr>
+ 				<td>Not for loan</td>
+ 				<td><input type=checkbox name=notforloan <!-- TMPL_IF name="notforloan" -->checked<!-- /TMPL_IF --> value=1> (if checked, no item of this type can be issued.
+ 							If not checked, every item of this type can be issued unless notforloan is set for a specific item)</td>
+ 			</tr>
+ 			<tr>
  				<td>Loan length</td>
! 				<td><input type=text name=loanlength size=10 value='<!-- TMPL_VAR name="loanlength" -->'> (meaningful only if not for loan is not set)</td>
  			</tr>
  			<tr>





More information about the Koha-cvs mailing list