[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters categorie.tmpl,1.21,1.22

Owen Leonard oleonard at users.sourceforge.net
Fri Dec 3 22:44:06 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5155/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
	categorie.tmpl 
Log Message:
Changes to help fix Bug 834, removing some out-of-date stuff too

Index: categorie.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/categorie.tmpl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** categorie.tmpl	18 Aug 2004 16:09:46 -0000	1.21
--- categorie.tmpl	3 Dec 2004 21:44:04 -0000	1.22
***************
*** 99,103 ****
  				<td>Enrollment period</td>
  				<td>
! 					<input type="text" name="enrolmentperiod" size="3" maxlength="2" value="<!-- TMPL_VAR NAME="enrolmentperiod" -->">
  				</td>
  			</tr>
--- 99,103 ----
  				<td>Enrollment period</td>
  				<td>
! 					<input type="text" name="enrolmentperiod" size="3" maxlength="2" value="<!-- TMPL_VAR NAME="enrolmentperiod" -->">  year(s)
  				</td>
  			</tr>
***************
*** 105,109 ****
  				<td>Upperage limit</td>
  				<td>
! 					<input type="text" name="upperagelimit" size="3" maxlength="3" value="<!-- TMPL_VAR NAME="upperagelimit" -->">
  				</td>
  			</tr>
--- 105,109 ----
  				<td>Upperage limit</td>
  				<td>
! 					<input type="text" name="upperagelimit" size="3" maxlength="3" value="<!-- TMPL_VAR NAME="upperagelimit" -->">  years
  				</td>
  			</tr>
***************
*** 111,115 ****
  				<td>Age Required</td>
  				<td>
! 					<input type="text" name="dateofbirthrequired" value="<!-- TMPL_VAR NAME="dateofbirthrequired" -->" size="3" maxlength="2">
  				</td>
  			</tr>
--- 111,115 ----
  				<td>Age Required</td>
  				<td>
! 					<input type="text" name="dateofbirthrequired" value="<!-- TMPL_VAR NAME="dateofbirthrequired" -->" size="3" maxlength="2">  year(s)
  				</td>
  			</tr>
***************
*** 174,190 ****
  			<tr>
  				<td>Enrollment period</td>
! 				<td><!-- TMPL_VAR NAME="enrolmentperiod" --></td>
  			</tr>
  			<tr>
  				<td>Upperage limit</td>
! 				<td><!-- TMPL_VAR NAME="upperagelimit" --></td>
  			</tr>
  			<tr>
  				<td>Age Required</td>
! 				<td><!-- TMPL_VAR NAME="dateofbirthrequired" --></td>
! 			</tr>
! 			<tr>
! 				<td>Fine type</td>
! 				<td><!-- TMPL_VAR NAME="finetype" --></td>
  			</tr>
  			<tr>
--- 174,186 ----
  			<tr>
  				<td>Enrollment period</td>
! 				<td><!-- TMPL_VAR NAME="enrolmentperiod" -->  year(s)</td>
  			</tr>
  			<tr>
  				<td>Upperage limit</td>
! 				<td><!-- TMPL_VAR NAME="upperagelimit" -->  years</td>
  			</tr>
  			<tr>
  				<td>Age Required</td>
! 				<td><!-- TMPL_VAR NAME="dateofbirthrequired" -->  year(s)</td>
  			</tr>
  			<tr>
***************
*** 197,204 ****
  			</tr>
  			<tr>
- 				<td>Issue limit</td>
- 				<td><!-- TMPL_VAR NAME="issuelimit" --></td>
- 			</tr>
- 			<tr>
  				<td>Reserve fee</td>
  				<td><!-- TMPL_VAR NAME="reservefee" --></td>
--- 193,196 ----
***************
*** 206,210 ****
  			<!-- TMPL_IF NAME="totalgtzero" -->
  			<tr>
! 				<td colspan="2" align="center"><b>This record is used <!-- TMPL_VAR NAME="total" --> times. Deletion not possible</b></td>
  			</tr>
  		<tr>
--- 198,202 ----
  			<!-- TMPL_IF NAME="totalgtzero" -->
  			<tr>
! 				<td colspan="2" align="center" class="problem">This record is used <!-- TMPL_VAR NAME="total" --> times. Deletion not possible</td>
  			</tr>
  		<tr>
***************
*** 224,228 ****
  			</tr>
  			<!-- /TMPL_IF -->
! 
  	<!-- /TMPL_IF -->
  
--- 216,220 ----
  			</tr>
  			<!-- /TMPL_IF -->
! 	</table>
  	<!-- /TMPL_IF -->
  





More information about the Koha-cvs mailing list