|
Lines 1-3
Link Here
|
|
|
1 |
[% USE KohaDates %] |
| 2 |
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Your fines and charges |
3 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Your fines and charges |
| 2 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
| 3 |
</head> |
5 |
</head> |
|
Lines 35-41
Link Here
|
| 35 |
<tbody> |
37 |
<tbody> |
| 36 |
[% FOREACH ACCOUNT_LINE IN ACCOUNT_LINES %] |
38 |
[% FOREACH ACCOUNT_LINE IN ACCOUNT_LINES %] |
| 37 |
[% IF ( ACCOUNT_LINE.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
39 |
[% IF ( ACCOUNT_LINE.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
| 38 |
<td>[% ACCOUNT_LINE.date %]</td> |
40 |
<td>[% ACCOUNT_LINE.date | $KohaDates %]</td> |
| 39 |
<td>[% ACCOUNT_LINE.description %] |
41 |
<td>[% ACCOUNT_LINE.description %] |
| 40 |
[% IF ( ACCOUNT_LINE.title ) %][% ACCOUNT_LINE.title |html %][% END %]</td> |
42 |
[% IF ( ACCOUNT_LINE.title ) %][% ACCOUNT_LINE.title |html %][% END %]</td> |
| 41 |
[% IF ( ACCOUNT_LINE.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% ACCOUNT_LINE.amount %]</td> |
43 |
[% IF ( ACCOUNT_LINE.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% ACCOUNT_LINE.amount %]</td> |