Lines 2-8
Link Here
|
2 |
<form method="post" action="opac-account-pay.pl" class="form-horizontal"> |
2 |
<form method="post" action="opac-account-pay.pl" class="form-horizontal"> |
3 |
[% IF ( ACCOUNT_LINES ) %] |
3 |
[% IF ( ACCOUNT_LINES ) %] |
4 |
<table class="table table-bordered table-striped" id="finestable"> |
4 |
<table class="table table-bordered table-striped" id="finestable"> |
5 |
<caption>Your charges</caption> |
5 |
<caption class="sr-only">Your charges</caption> |
6 |
<thead> |
6 |
<thead> |
7 |
<tr> |
7 |
<tr> |
8 |
[% IF ENABLE_OPAC_PAYMENTS %]<th> </th>[% END %] |
8 |
[% IF ENABLE_OPAC_PAYMENTS %]<th> </th>[% END %] |
9 |
- |
|
|