[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-account.tmpl,1.1,1.
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-account.tmpl,1.1,1.1.2.1 |
Date: |
Fri, 15 Jul 2005 11:17:54 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25673/koha-tmpl/opac-tmpl/npl/en
Modified Files:
Tag: rel_2_2
opac-account.tmpl
Log Message:
Updating to match new features in opac-account.pl
Index: opac-account.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-account.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-account.tmpl 20 Oct 2004 19:15:06 -0000 1.1
--- opac-account.tmpl 15 Jul 2005 18:17:36 -0000 1.1.2.1
***************
*** 12,17 ****
<!-- TMPL_IF NAME="ACCOUNT_LINES" -->
! <div class="table"><table>
! <caption><h3>Fines and Charges</h3></caption>
<tr><th>Date</th>
<th>Description</th>
--- 12,18 ----
<!-- TMPL_IF NAME="ACCOUNT_LINES" -->
! <table>
! <caption>Fines and Charges</caption>
! <thead>
<tr><th>Date</th>
<th>Description</th>
***************
*** 19,40 ****
<th>Amount Outstanding</th>
</tr>
<!-- TMPL_LOOP NAME="ACCOUNT_LINES" -->
! <tr>
<td><!-- TMPL_VAR NAME="date" --></td>
<td><!-- TMPL_VAR NAME="description" -->
<!-- TMPL_IF NAME="print_title" --><!-- TMPL_VAR NAME="title" --><!--
/TMPL_IF --></td>
! <td>$<!-- TMPL_VAR NAME="amount" --></td>
! <td>$<!-- TMPL_VAR NAME="amountoutstanding" --></td></tr>
<!-- /TMPL_LOOP -->
! <tr>
! <td> </td>
! <td> </td>
! <td><span class="label">Total Due</span></td>
! <td><span class="label">$<!-- TMPL_VAR NAME="total" --></span></td>
! </tr>
! </table></div>
<!-- TMPL_ELSE --><h4>You have no Fines or Charges</h4><!-- /TMPL_IF -->
</div>
--- 20,42 ----
<th>Amount Outstanding</th>
</tr>
+ </thead>
+ <tfoot><tr>
+ <th colspan="3">Total Due</th>
+ <td class="sum">$<!-- TMPL_VAR NAME="total" --></td>
+ </tr></tfoot>
+ <tbody>
<!-- TMPL_LOOP NAME="ACCOUNT_LINES" -->
! <!-- TMPL_IF NAME="odd" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!--
/TMPL_IF -->
<td><!-- TMPL_VAR NAME="date" --></td>
<td><!-- TMPL_VAR NAME="description" -->
<!-- TMPL_IF NAME="print_title" --><!-- 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 -->
+ </tbody>
! </table>
<!-- TMPL_ELSE --><h4>You have no Fines or Charges</h4><!-- /TMPL_IF -->
</div>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-account.tmpl,1.1,1.1.2.1,
Owen Leonard <=