|
Lines 7-14
Link Here
|
| 7 |
<tr> |
7 |
<tr> |
| 8 |
[% IF ENABLE_OPAC_PAYMENTS %]<th> </th>[% END %] |
8 |
[% IF ENABLE_OPAC_PAYMENTS %]<th> </th>[% END %] |
| 9 |
<th class="title-string">Date</th> |
9 |
<th class="title-string">Date</th> |
| 10 |
<th>Description</th> |
|
|
| 11 |
<th>Type</th> |
10 |
<th>Type</th> |
|
|
11 |
<th>Description</th> |
| 12 |
<th>Fine amount</th> |
12 |
<th>Fine amount</th> |
| 13 |
<th>Amount outstanding</th> |
13 |
<th>Amount outstanding</th> |
| 14 |
</tr> |
14 |
</tr> |
|
Lines 113-116
Link Here
|
| 113 |
</form> |
113 |
</form> |
| 114 |
[% ELSE %] |
114 |
[% ELSE %] |
| 115 |
<h4>You have no fines or charges</h4> |
115 |
<h4>You have no fines or charges</h4> |
| 116 |
[% END %] |
116 |
[% END %] |
| 117 |
- |
|
|