[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports issues_by_borrower_category.tmpl,1.1,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Fri Apr 8 22:42:41 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	issues_by_borrower_category.tmpl 
Log Message:
Updating table formatting

Index: issues_by_borrower_category.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/issues_by_borrower_category.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** issues_by_borrower_category.tmpl	1 Apr 2004 21:35:58 -0000	1.1
--- issues_by_borrower_category.tmpl	8 Apr 2005 20:42:39 -0000	1.1.2.1
***************
*** 6,41 ****
  <!-- TMPL_LOOP name="mainloop" -->
  	<h1>Koha : Issues by borrower category <!--TMPL_IF name="borrower_category" --> for category = <!-- TMPL_VAR name="borrower_category" --><!-- /TMPL_IF --></h1>
! 	<table>
  		<tr>
  			<th>&nbsp;</th>
  			<!-- TMPL_LOOP name="categorycodeloop" -->
! 				<th><!-- TMPL_VAR name="categorycode" --></th>
  			<!-- /TMPL_LOOP -->
  			<th>TOTAL</th>
  		</tr>
  			<!-- TMPL_LOOP name="loopborrowertype" -->
! 				<tr>
  					<td>
  					<!-- TMPL_VAR name="itemtype" --></td>
  					<!-- TMPL_LOOP name="loopitemtype" -->
! 						<td>
  							<!-- TMPL_VAR name="issues" -->
  						</td>
  					<!-- /TMPL_LOOP -->
! 					<td>
  						<!-- TMPL_VAR name="totalitemtype" -->
  					</td>
  				</tr>
  			<!-- /TMPL_LOOP name="loopitemtype" -->
  			<tr>
! 				<th>TOTAL</th>
  				<!-- TMPL_LOOP name="loopborrowertotal" -->
! 					<th>
  						<!-- TMPL_VAR name="issues" -->
! 					</th>
  				<!-- /TMPL_LOOP -->
! 				<th>&nbsp;</th>
! 			</tr>
! 	</table>
  <!-- /TMPL_LOOP -->
  <!-- TMPL_ELSE -->
--- 6,42 ----
  <!-- TMPL_LOOP name="mainloop" -->
  	<h1>Koha : Issues by borrower category <!--TMPL_IF name="borrower_category" --> for category = <!-- TMPL_VAR name="borrower_category" --><!-- /TMPL_IF --></h1>
! 	<div class="data"><table>
  		<tr>
  			<th>&nbsp;</th>
  			<!-- TMPL_LOOP name="categorycodeloop" -->
! 				<th scope="col"><!-- TMPL_VAR name="categorycode" --></th>
  			<!-- /TMPL_LOOP -->
  			<th>TOTAL</th>
  		</tr>
  			<!-- TMPL_LOOP name="loopborrowertype" -->
! 				<!-- TMPL_IF NAME="hilighted" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
  					<td>
  					<!-- TMPL_VAR name="itemtype" --></td>
  					<!-- TMPL_LOOP name="loopitemtype" -->
! 						<td class="sum">
  							<!-- TMPL_VAR name="issues" -->
  						</td>
  					<!-- /TMPL_LOOP -->
! 					<td class="sum">
  						<!-- TMPL_VAR name="totalitemtype" -->
  					</td>
  				</tr>
  			<!-- /TMPL_LOOP name="loopitemtype" -->
+ 			<tfoot>
  			<tr>
! 				<td>TOTAL</td>
  				<!-- TMPL_LOOP name="loopborrowertotal" -->
! 					<td class="sum">
  						<!-- TMPL_VAR name="issues" -->
! 					</td>
  				<!-- /TMPL_LOOP -->
! 				<td>&nbsp;</td>
! 			</tr></tfoot>
! 	</table></div>
  <!-- /TMPL_LOOP -->
  <!-- TMPL_ELSE -->





More information about the Koha-cvs mailing list