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

Paul POULAIN tipaul at users.sourceforge.net
Wed Nov 5 12:12:17 CET 2003


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

Modified Files:
	categorie.tmpl 
Log Message:
minor html fixes

Index: categorie.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/categorie.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** categorie.tmpl	4 Jul 2003 14:03:44 -0000	1.12
--- categorie.tmpl	5 Nov 2003 11:12:15 -0000	1.13
***************
*** 91,95 ****
  			<td>Description</td>
  			<td>
! 				<input type=text name=description size=40 maxlength=80 value=<TMPL_VAR NAME=description escape=HTML>>
  				&nbsp;
  			</td>
--- 91,95 ----
  			<td>Description</td>
  			<td>
! 				<input type=text name=description size=40 maxlength=80 value="<TMPL_VAR NAME=description escape=HTML>">
  				&nbsp;
  			</td>
***************
*** 98,102 ****
  			<td>Enrollment period</td>
  			<td>
! 				<input type=text name=enrolmentperiod size=3 maxlength=2 value=<TMPL_VAR NAME=enrolmentperiod>>
  			</td>
  		</tr>
--- 98,102 ----
  			<td>Enrollment period</td>
  			<td>
! 				<input type=text name=enrolmentperiod size=3 maxlength=2 value="<TMPL_VAR NAME=enrolmentperiod>">
  			</td>
  		</tr>
***************
*** 104,108 ****
  			<td>Upperage limit</td>
  			<td>
! 				<input type=text name=upperagelimit size=3 maxlength=3 value=<TMPL_VAR NAME=upperagelimit>>
  			</td>
  		</tr>
--- 104,108 ----
  			<td>Upperage limit</td>
  			<td>
! 				<input type=text name=upperagelimit size=3 maxlength=3 value="<TMPL_VAR NAME=upperagelimit>">
  			</td>
  		</tr>
***************
*** 110,114 ****
  			<td>Age Required</td>
  			<td>
! 				<input type=text name=dateofbirthrequired value=<TMPL_VAR NAME=dateofbirthrequired> size=3 maxlength=2>
  			</td>
  		</tr>
--- 110,114 ----
  			<td>Age Required</td>
  			<td>
! 				<input type=text name=dateofbirthrequired value="<TMPL_VAR NAME=dateofbirthrequired>" size=3 maxlength=2>
  			</td>
  		</tr>
***************
*** 116,120 ****
  			<td>Enrollment fee</td>
  			<td>
! 				<input type=text name=enrolmentfee value=<TMPL_VAR NAME=enrolmentfee>>
  			</td>
  		</tr>
--- 116,120 ----
  			<td>Enrollment fee</td>
  			<td>
! 				<input type=text name=enrolmentfee value="<TMPL_VAR NAME=enrolmentfee>">
  			</td>
  		</tr>
***************
*** 131,135 ****
  			<td>Issue limit</td>
  			<td>
! 				<input type=text name=issuelimit size=2 maxlength=2 value=<TMPL_VAR NAME=issuelimit>>
  			</td>
  		</tr>
--- 131,135 ----
  			<td>Issue limit</td>
  			<td>
! 				<input type=text name=issuelimit size=2 maxlength=2 value="<TMPL_VAR NAME=issuelimit>">
  			</td>
  		</tr>
***************
*** 137,141 ****
  			<td>Reserve fee</td>
  			<td>
! 				<input type=text name=reservefee value=<TMPL_VAR NAME=reservefee>>
  			</td>
  		</tr>
--- 137,141 ----
  			<td>Reserve fee</td>
  			<td>
! 				<input type=text name=reservefee value="<TMPL_VAR NAME=reservefee>">
  			</td>
  		</tr>
***************
*** 284,289 ****
                          <td><TMPL_VAR NAME=issuelimit></td>
                          <td><TMPL_VAR NAME=reservefee></td>
!                         <td><a href="<TMPL_VAR NAME=script_name>?op=add_form&categorycode=<TMPL_VAR NAME=categorycode>">Edit</a></td>
!                         <td><a href="<TMPL_VAR NAME=script_name>?op=delete_confirm&categorycode=<TMPL_VAR NAME=categorycode>">Delete</a></td>
  		</tr>
  		</TMPL_LOOP>
--- 284,289 ----
                          <td><TMPL_VAR NAME=issuelimit></td>
                          <td><TMPL_VAR NAME=reservefee></td>
!                         <td><a href="<TMPL_VAR NAME=script_name>?op=add_form&categorycode=<TMPL_VAR NAME=categorycode>"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
!                         <td><a href="<TMPL_VAR NAME=script_name>?op=delete_confirm&categorycode=<TMPL_VAR NAME=categorycode>"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0"></a></td>
  		</tr>
  		</TMPL_LOOP>





More information about the Koha-cvs mailing list