[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en boraccount.tmpl,1.3,1.4

Owen Leonard oleonard at users.sourceforge.net
Wed Feb 16 20:26:15 CET 2005


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

Modified Files:
	boraccount.tmpl 
Log Message:
- adding table row color toggle
- formatting credit and debit values accordingly
- styling table footer

Index: boraccount.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/boraccount.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** boraccount.tmpl	26 Nov 2004 20:33:23 -0000	1.3
--- boraccount.tmpl	16 Feb 2005 19:26:09 -0000	1.4
***************
*** 9,13 ****
  <caption>Account for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></caption>
    <tr>
!     <th colspan="2">Fines &amp; Charges</th>
      <th>Amount</th>
      <th>Still Owed</th>
--- 9,14 ----
  <caption>Account for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></caption>
    <tr>
!   	<th>Date</th>
!     <th>Description of Charges</th>
      <th>Amount</th>
      <th>Still Owed</th>
***************
*** 16,32 ****
    <!-- TMPL_LOOP NAME="accounts" -->
  
!     <tr>
        <td><!-- TMPL_VAR NAME="date" --></td>
        <td><!-- TMPL_VAR NAME="description" --><!-- TMPL_IF NAME="printtitle" --> <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td>
!       <td><!-- TMPL_VAR NAME="amount" --></td>
!       <td><!-- TMPL_VAR NAME="amountoutstanding" --></td>
      </tr>
  
    <!-- /TMPL_LOOP -->
! 
    <tr>
!     <td colspan="3"><b>Total Due</b></td>
!     <td><b><!-- TMPL_VAR NAME="total" --></b></td>
    </tr>
  </table></div>
  <!-- The manual invoice and credit buttons -->
--- 17,34 ----
    <!-- TMPL_LOOP NAME="accounts" -->
  
!    <!-- TMPL_IF NAME="toggle" --> <tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
        <td><!-- TMPL_VAR NAME="date" --></td>
        <td><!-- TMPL_VAR NAME="description" --><!-- TMPL_IF NAME="printtitle" --> <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td>
!       <!-- TMPL_IF NAME="amountcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF -->$<!-- TMPL_VAR NAME="amount" --></td>
!       <!-- TMPL_IF NAME="amountoutstandingcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF -->$<!-- TMPL_VAR NAME="amountoutstanding" --></td>
      </tr>
  
    <!-- /TMPL_LOOP -->
! <tfoot>
    <tr>
!     <td colspan="3">Total Due</td>
!     <!-- TMPL_IF NAME="totalcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF -->$<!-- TMPL_VAR NAME="total" --></td>
    </tr>
+   </tfoot>
  </table></div>
  <!-- The manual invoice and credit buttons -->





More information about the Koha-cvs mailing list