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

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 17 13:50:03 CET 2005


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

Modified Files:
      Tag: rel_2_2
	itemtypes.tmpl 
Log Message:
adding notforloan column in admin/itemtypes list

Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -r1.20 -r1.20.2.1
*** itemtypes.tmpl	13 Sep 2004 15:31:42 -0000	1.20
--- itemtypes.tmpl	17 Feb 2005 12:50:01 -0000	1.20.2.1
***************
*** 131,134 ****
--- 131,135 ----
  		<th class="parameters">Code</th>
  		<th class="parameters">Description</th>
+ 		<th class="parameters">not for loan</th>
  		<th class="parameters">Renewable</th>
  		<th class="parameters">Charge</th>
***************
*** 140,150 ****
  			<td><!-- TMPL_VAR NAME="itemtype" --></td>
  			<td><!-- TMPL_VAR NAME="description" --></td>
! 			<td><!-- TMPL_IF NAME="renewalsallowed" -->
! 					<!-- TMPL_VAR name="renewalsallowed" --> time(s)
! 				<!-- TMPL_ELSE -->
! 					No
! 				<!-- /TMPL_IF -->
  			</td>
! 			<td><!-- TMPL_VAR NAME="rentalcharge" --></td>
  			<td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&itemtype=<!-- TMPL_VAR NAME="itemtype" escape="HTML" -->"><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&itemtype=<!-- TMPL_VAR NAME="itemtype" escape="HTML" -->"><img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png" width="32" hspace="0" vspace="0" border="0"></a></td>
--- 141,154 ----
  			<td><!-- TMPL_VAR NAME="itemtype" --></td>
  			<td><!-- TMPL_VAR NAME="description" --></td>
! 			<td><!-- TMPL_IF NAME="notforloan" -->Yes<!-- /TMPL_IF --></td>
! 			<td><!-- TMPL_UNLESS name="notforloan" -->
! 					<!-- TMPL_IF NAME="renewalsallowed" -->
! 						<!-- TMPL_VAR name="renewalsallowed" --> time(s)
! 					<!-- TMPL_ELSE -->
! 						No
! 					<!-- /TMPL_IF -->
! 				<!-- /TMPL_UNLESS -->
  			</td>
! 			<td><!-- TMPL_UNLESS name="notforloan" --><!-- TMPL_VAR NAME="rentalcharge" --><!-- /TMPL_UNLESS --></td>
  			<td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&itemtype=<!-- TMPL_VAR NAME="itemtype" escape="HTML" -->"><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&itemtype=<!-- TMPL_VAR NAME="itemtype" escape="HTML" -->"><img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png" width="32" hspace="0" vspace="0" border="0"></a></td>





More information about the Koha-cvs mailing list