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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (+2 lines)
Lines 64-69 Link Here
64
                            Please select items from below to add to this transaction:
64
                            Please select items from below to add to this transaction:
65
                            [% IF invoice_types %]
65
                            [% IF invoice_types %]
66
                            <table id="invoices">
66
                            <table id="invoices">
67
                                <caption class="sr-only">Invoices</caption>
67
                            <thead>
68
                            <thead>
68
                                <tr>
69
                                <tr>
69
                                    <th>Code</th>
70
                                    <th>Code</th>
Lines 96-101 Link Here
96
                        <legend>This sale</legend>
97
                        <legend>This sale</legend>
97
                        <p>Click to edit item cost or quantities</p>
98
                        <p>Click to edit item cost or quantities</p>
98
                        <table id="sale" class="table_sale">
99
                        <table id="sale" class="table_sale">
100
                            <caption class="sr-only">Sale</caption>
99
                            <thead>
101
                            <thead>
100
                                <tr>
102
                                <tr>
101
                                    <th>Item</th>
103
                                    <th>Item</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (+3 lines)
Lines 87-92 Link Here
87
            <h2>Transactions to date</h2>
87
            <h2>Transactions to date</h2>
88
            [% END %]
88
            [% END %]
89
            <table id="sales" class="table_sales">
89
            <table id="sales" class="table_sales">
90
                <caption class="sr-only">Sales</caption>
90
                <thead>
91
                <thead>
91
                    <th>ID</th>
92
                    <th>ID</th>
92
                    <th>DATA</th>
93
                    <th>DATA</th>
Lines 176-181 Link Here
176
177
177
            [% IF trange_f %]
178
            [% IF trange_f %]
178
            <table id="past_sales" class="past_sales_table">
179
            <table id="past_sales" class="past_sales_table">
180
                <caption class="sr-only">Past sales</caption>
179
                <thead>
181
                <thead>
180
                    <th>ID</th>
182
                    <th>ID</th>
181
                    <th>DATA</th>
183
                    <th>DATA</th>
Lines 240-245 Link Here
240
            <hr/>
242
            <hr/>
241
            <h2>Cashup history</h2>
243
            <h2>Cashup history</h2>
242
            <table id="table_cashups">
244
            <table id="table_cashups">
245
                <caption class="sr-only">Cashups</caption>
243
                <thead>
246
                <thead>
244
                    <tr>
247
                    <tr>
245
                        <th>Date</th>
248
                        <th>Date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 69-74 Link Here
69
                    </ul>
69
                    </ul>
70
70
71
                    <table id="registers" class="table_registers">
71
                    <table id="registers" class="table_registers">
72
                        <caption class="sr-only">Registers</caption>
72
                        <thead>
73
                        <thead>
73
                            <th>Register name</th>
74
                            <th>Register name</th>
74
                            <th>Register description</th>
75
                            <th>Register description</th>
75
- 

Return to bug 28243