[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en boraccount.tmpl,1.3,
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en boraccount.tmpl,1.3,1.3.2.1 |
Date: |
Wed, 16 Feb 2005 11:25:50 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17397/koha-tmpl/intranet-tmpl/npl/en
Modified Files:
Tag: rel_2_2
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.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** boraccount.tmpl 26 Nov 2004 20:33:23 -0000 1.3
--- boraccount.tmpl 16 Feb 2005 19:25:37 -0000 1.3.2.1
***************
*** 9,13 ****
<caption>Account for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR
NAME="surname" --></caption>
<tr>
! <th colspan="2">Fines & 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 -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en boraccount.tmpl,1.3,1.3.2.1,
Owen Leonard <=