[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember-print.tmpl,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Fri Jul 15 22:12:17 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	moremember-print.tmpl 
Log Message:
Adding replacement costs and total to moremember print view

Index: moremember-print.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember-print.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** moremember-print.tmpl	10 Feb 2005 19:27:16 -0000	1.1.2.1
--- moremember-print.tmpl	15 Jul 2005 20:12:04 -0000	1.1.2.2
***************
*** 12,23 ****
  <table>
  	<caption>Items Checked Out</caption>
  	<tr>
  		<th>Title</th>
  		<th>Author</th>
  		<th>Format</th>
  		<th>Date Due</th>
  		<th>Status</th>
  	</tr>
! 
  	<!-- TMPL_loop name="issueloop" -->
  	<tr<!-- TMPL_IF name="red" --> class="overdue"</TMPL_IF>>
--- 12,28 ----
  <table>
  	<caption>Items Checked Out</caption>
+ 	<thead>
  	<tr>
  		<th>Title</th>
  		<th>Author</th>
  		<th>Format</th>
+ 		<!-- Hide from NPL --><th>Charge</th><!-- /Hide from NPL -->
+ 		<th>Replacement Cost</th>
  		<th>Date Due</th>
  		<th>Status</th>
  	</tr>
! 	</thead>
! 	<tfoot><tr><td colspan="4">Total Replacement Cost:</td><td class="sum"><!-- TMPL_VAR NAME="totalprice" --></td><td colspan="3">&nbsp;</td></tr></tfoot>
! <tbody>
  	<!-- TMPL_loop name="issueloop" -->
  	<tr<!-- TMPL_IF name="red" --> class="overdue"</TMPL_IF>>
***************
*** 29,36 ****
--- 34,44 ----
  		<td><!-- TMPL_VAR NAME="author" --></td>
  		<td><!-- TMPL_VAR NAME="itemtype" --></td>
+ 		<!-- Hide from NPL --><td class="credit"><!-- TMPL_VAR NAME="charge" --></td><!-- /Hide from NPL -->
+ 		<td class="credit"><!-- TMPL_VAR NAME="replacementprice" --></td>
  		<td><!-- TMPL_VAR NAME="date_due" --></td>
  		<td><!-- TMPL_IF NAME="red" -->Overdue!<!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
  	</tr>
  	<!-- /TMPL_LOOP -->
+ 	</tbody>
  	</table>
  	





More information about the Koha-cvs mailing list