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

Ambrose Li acli at users.sourceforge.net
Wed Feb 5 05:31:12 CET 2003


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

Modified Files:
	itemtypes.tmpl 
Log Message:
Make the "Renewals Allowed" line on the delete screen look more like
natural-looking English


Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** itemtypes.tmpl	5 Feb 2003 03:25:56 -0000	1.2
--- itemtypes.tmpl	5 Feb 2003 04:31:09 -0000	1.3
***************
*** 109,113 ****
  	<tr><td>Description</td><td><TMPL_VAR name="description"></td></tr>
  	<tr><td>Loan length</td><td><TMPL_VAR name="loanlength"></td></tr>
! 	<tr><td>Renewals allowed</td><td><TMPL_VAR name="renewalsallowed"></td></tr>
  	<tr><td>Rental charge</td><td><TMPL_VAR name="rentalcharge"></td></tr>
  	<TMPL_IF name="total">
--- 109,113 ----
  	<tr><td>Description</td><td><TMPL_VAR name="description"></td></tr>
  	<tr><td>Loan length</td><td><TMPL_VAR name="loanlength"></td></tr>
! 	<tr><td>Renewals</td><td><TMPL_IF name="renewalsallowed">Allowed<TMPL_ELSE>Not allowed</TMPL_IF></td></tr>
  	<tr><td>Rental charge</td><td><TMPL_VAR name="rentalcharge"></td></tr>
  	<TMPL_IF name="total">





More information about the Koha-cvs mailing list