[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember.tmpl,1.4,1.5

Owen Leonard oleonard at users.sourceforge.net
Fri Oct 29 16:42:15 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29305/koha-tmpl/intranet-tmpl/npl/en/members

Modified Files:
	moremember.tmpl 
Log Message:
Adding replacement price to issues loop and a totalprice variable which totals the cost of all items on issue

Index: moremember.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** moremember.tmpl	27 Oct 2004 15:43:29 -0000	1.4
--- moremember.tmpl	29 Oct 2004 14:42:13 -0000	1.5
***************
*** 114,117 ****
--- 114,118 ----
  		<th>Itemtype</th>
  <!-- 		<th>Charge</th> -->
+ 		<th>Price</th>
  		<th>Renew</th>
  		<th>Return</th>
***************
*** 129,132 ****
--- 130,134 ----
  		<td><!-- TMPL_VAR NAME="itemtype" --></td>
  		<!-- <td><!-- TMPL_VAR NAME="charge" --></td> -->
+ 		<td><!-- TMPL_VAR NAME="replacementprice" --></td>
  		<td>
  		<!-- TMPL_IF name="norenew" -->
***************
*** 139,142 ****
--- 141,145 ----
  	</tr>
  	<!-- /tmpl_loop -->
+ 	<tfoot><tr><td colspan="3">Total Replacement Cost:</td><td><!-- TMPL_VAR NAME="totalprice" --></td><td colspan="2">&nbsp;</td></tr></tfoot>
  	</table></div><p><input type="submit" class="submit" value="Renew Checked Items" /></p>
  </form>





More information about the Koha-cvs mailing list