View | Details | Raw Unified | Return to bug 27876
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-2 / +1 lines)
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>&nbsp;</th>[% END %]
8
                    [% IF ENABLE_OPAC_PAYMENTS %]<th>&nbsp;</th>[% END %]
9
- 

Return to bug 27876