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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (+1 lines)
Lines 122-127 Link Here
122
        <h1>Additional fields for '[% tablename | html %]'</h1>
122
        <h1>Additional fields for '[% tablename | html %]'</h1>
123
        [% IF fields %]
123
        [% IF fields %]
124
            <table id="fieldst">
124
            <table id="fieldst">
125
                <caption class="sr-only">Fields</caption>
125
                <thead>
126
                <thead>
126
                    <tr>
127
                    <tr>
127
                        <th>Name</th>
128
                        <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt (+1 lines)
Lines 45-50 Link Here
45
                        <input type=hidden name="op" value="save" />
45
                        <input type=hidden name="op" value="save" />
46
46
47
                        <table id="adv_editor_keyboard_shortcuts">
47
                        <table id="adv_editor_keyboard_shortcuts">
48
                            <caption class="sr-only">Shortcuts</caption>
48
                            <thead>
49
                            <thead>
49
                                <th>Description</th>
50
                                <th>Description</th>
50
                                <th>Shortcut keys</th>
51
                                <th>Shortcut keys</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (+4 lines)
Lines 367-372 Link Here
367
    <h2>The unreceived orders from the following funds will be moved</h2>
367
    <h2>The unreceived orders from the following funds will be moved</h2>
368
      Fund list of budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]">[% budget_period_description | html %]</a>:
368
      Fund list of budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]">[% budget_period_description | html %]</a>:
369
    <table id="budgeth">
369
    <table id="budgeth">
370
        <caption class="sr-only">Budgets</caption>
370
      <thead>
371
      <thead>
371
        <tr>
372
        <tr>
372
            <th>Fund ID</th>
373
            <th>Fund ID</th>
Lines 417-422 Link Here
417
  <h2>Report after moving unreceived orders from budget [% from_budget_period.budget_period_description | html %] ([% from_budget_period.budget_period_startdate | $KohaDates %] - [% from_budget_period.budget_period_enddate | $KohaDates %]) to [% to_budget_period.budget_period_description | html %] ([% to_budget_period.budget_period_startdate | $KohaDates %] - [% to_budget_period.budget_period_enddate | $KohaDates%])</h2>
418
  <h2>Report after moving unreceived orders from budget [% from_budget_period.budget_period_description | html %] ([% from_budget_period.budget_period_startdate | $KohaDates %] - [% from_budget_period.budget_period_enddate | $KohaDates %]) to [% to_budget_period.budget_period_description | html %] ([% to_budget_period.budget_period_startdate | $KohaDates %] - [% to_budget_period.budget_period_enddate | $KohaDates%])</h2>
418
419
419
  <table id="closed_report">
420
  <table id="closed_report">
421
      <caption class="sr-only">Closed report</caption>
420
    <thead>
422
    <thead>
421
      <tr>
423
      <tr>
422
        <td>Budget id</td>
424
        <td>Budget id</td>
Lines 481-486 Link Here
481
    <div id="active">
483
    <div id="active">
482
      [% IF ( period_active_loop ) %]
484
      [% IF ( period_active_loop ) %]
483
        <table id="activeperiodst">
485
        <table id="activeperiodst">
486
        <caption class="sr-only">Active periods</caption>
484
          <thead>
487
          <thead>
485
            <tr>
488
            <tr>
486
              <th>Budget name</th>
489
              <th>Budget name</th>
Lines 517-522 Link Here
517
    <div id="inactive">
520
    <div id="inactive">
518
      [% IF ( period_inactive_loop ) %]
521
      [% IF ( period_inactive_loop ) %]
519
        <table id="inactiveperiodst">
522
        <table id="inactiveperiodst">
523
        <caption class="sr-only">Inactive periods</caption>
520
          <thead>
524
          <thead>
521
              <tr>
525
              <tr>
522
                  <th>Budget name</th>
526
                  <th>Budget name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (+2 lines)
Lines 115-120 Link Here
115
    [% END %]
115
    [% END %]
116
116
117
<table id="budgeth" class="group">
117
<table id="budgeth" class="group">
118
    <caption class="sr-only">Funds</caption>
118
    <thead>
119
    <thead>
119
        <tr>
120
        <tr>
120
            <th>Active</th>
121
            <th>Active</th>
Lines 415-420 Link Here
415
        <h1>Delete fund [% budget_name | html %]?</h1>
416
        <h1>Delete fund [% budget_name | html %]?</h1>
416
        If you delete this fund, all orders linked to this fund will be deleted!
417
        If you delete this fund, all orders linked to this fund will be deleted!
417
        <table>
418
        <table>
419
            <caption class="sr-only">Fund to delete</caption>
418
            <tr>
420
            <tr>
419
            <th scope="row">Fund amount:</th>
421
            <th scope="row">Fund amount:</th>
420
            <td>[% budget_amount | $Price %]</td>
422
            <td>[% budget_amount | $Price %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-1 / +2 lines)
Lines 156-163 Link Here
156
            [% END %]
156
            [% END %]
157
            [% IF ( delete_confirm ) %]
157
            [% IF ( delete_confirm ) %]
158
                    <div class="dialog alert">
158
                    <div class="dialog alert">
159
                        <h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1>
160
                        <table>
159
                        <table>
160
                            <caption><h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1></caption>
161
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
161
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
162
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
162
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
163
                            <tr><th scope="row">Contract description:</th><td>[% contractdescription | html %]</td></tr>
163
                            <tr><th scope="row">Contract description:</th><td>[% contractdescription | html %]</td></tr>
Lines 189-194 Link Here
189
                <h1>Contract(s) of [% booksellername | html %]</h1>
189
                <h1>Contract(s) of [% booksellername | html %]</h1>
190
                [% IF ( loop ) %]
190
                [% IF ( loop ) %]
191
                    <table>
191
                    <table>
192
                        <caption class="sr-only">Contracts</caption>
192
                        <tr>
193
                        <tr>
193
                            <th scope="col">Name</th>
194
                            <th scope="col">Name</th>
194
                            <th scope="col">Description</th>
195
                            <th scope="col">Description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (+1 lines)
Lines 61-66 Link Here
61
        [% END %]
61
        [% END %]
62
    </p>
62
    </p>
63
    <table id="plan">
63
    <table id="plan">
64
        <caption class="sr-only">Plan</caption>
64
    <thead>
65
    <thead>
65
    <tr>
66
    <tr>
66
    <th>Fund name</th>
67
    <th>Fund name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (+1 lines)
Lines 98-103 Link Here
98
                        </div>
98
                        </div>
99
                    [% END %]
99
                    [% END %]
100
                    <table id="audio-alerts-table">
100
                    <table id="audio-alerts-table">
101
                        <caption class="sr-only">Audio alerts</caption>
101
                        <thead id="audio-alerts-table-head">
102
                        <thead id="audio-alerts-table-head">
102
                            <tr>
103
                            <tr>
103
                                <th>&nbsp;</th>
104
                                <th>&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (+2 lines)
Lines 274-279 Link Here
274
        <form action="[% delete_link | html %]" method="post">
274
        <form action="[% delete_link | html %]" method="post">
275
            <input type="hidden" name="op" value="delete_confirmed" />
275
            <input type="hidden" name="op" value="delete_confirmed" />
276
            <table>
276
            <table>
277
                <caption class="sr-only">Subfield to delete</caption>
277
                <tr><th scope="row">Subfield:</th> <td>[% ass.tagsubfield | html %]</td></tr>
278
                <tr><th scope="row">Subfield:</th> <td>[% ass.tagsubfield | html %]</td></tr>
278
                <tr><th scope="row">Description:</th> <td>[% ass.liblibrarian | html_entity %]</td></tr>
279
                <tr><th scope="row">Description:</th> <td>[% ass.liblibrarian | html_entity %]</td></tr>
279
            </table>
280
            </table>
Lines 298-303 Link Here
298
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
299
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
299
300
300
<table id="table_authsubfieldstructure">
301
<table id="table_authsubfieldstructure">
302
    <caption class="sr-only">Subfields</caption>
301
    <thead>
303
    <thead>
302
        <tr>
304
        <tr>
303
            <th>Subfield</th>
305
            <th>Subfield</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (+2 lines)
Lines 231-236 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
231
        <h2>Confirm deletion</h2>
231
        <h2>Confirm deletion</h2>
232
        <form action="[% script_name | html %]" method="post">
232
        <form action="[% script_name | html %]" method="post">
233
            <table>
233
            <table>
234
                <caption class="sr-only">Tag to delete</caption>
234
                <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr>
235
                <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr>
235
            </table>
236
            </table>
236
            <input type="hidden" name="op" value="delete_confirmed" />
237
            <input type="hidden" name="op" value="delete_confirmed" />
Lines 296-301 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
296
<div id="pagertable_authtagstructure">
297
<div id="pagertable_authtagstructure">
297
</div>
298
</div>
298
<table id="table_authtagstructure">
299
<table id="table_authtagstructure">
300
    <caption class="sr-only">Tags</caption>
299
    <thead>
301
    <thead>
300
        <tr>
302
        <tr>
301
            <th>Tag</th>
303
            <th>Tag</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (+2 lines)
Lines 253-258 Authorized values &rsaquo; Administration &rsaquo; Koha Link Here
253
    [% IF loop %]
253
    [% IF loop %]
254
254
255
    <table id="categoriest" class="authorized_values_table">
255
    <table id="categoriest" class="authorized_values_table">
256
        <caption class="sr-only">Authorized values</caption>
256
    <thead><tr>
257
    <thead><tr>
257
        <th>Authorized value</th>
258
        <th>Authorized value</th>
258
        <th>Description</th>
259
        <th>Description</th>
Lines 314-319 Authorized values &rsaquo; Administration &rsaquo; Koha Link Here
314
[% ELSE # category was selected %]
315
[% ELSE # category was selected %]
315
316
316
    <table id="categoriest" class="authorized_values_table">
317
    <table id="categoriest" class="authorized_values_table">
318
        <caption class="sr-only">Categories</caption>
317
        <thead>
319
        <thead>
318
            <tr>
320
            <tr>
319
                <th>Category</th>
321
                <th>Category</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (+1 lines)
Lines 169-174 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
169
    <h1>Authority types</h1>
169
    <h1>Authority types</h1>
170
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p>
170
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p>
171
    <table id="authtypes">
171
    <table id="authtypes">
172
        <caption class="sr-only">Authority types</caption>
172
        <thead>
173
        <thead>
173
        <tr>
174
        <tr>
174
            <th>Code</th>
175
            <th>Code</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (+1 lines)
Lines 166-171 Administration &rsaquo; Koha Link Here
166
166
167
    [% IF jobs.count %]
167
    [% IF jobs.count %]
168
        <table id="table_background_jobs">
168
        <table id="table_background_jobs">
169
            <caption class="sr-only">Background jobs</caption>
169
            <thead>
170
            <thead>
170
                <tr>
171
                <tr>
171
                    <th>Job ID</th>
172
                    <th>Job ID</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (+1 lines)
Lines 161-166 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
161
<h1>MARC frameworks</h1>
161
<h1>MARC frameworks</h1>
162
162
163
<table id="table_biblio_frameworks">
163
<table id="table_biblio_frameworks">
164
    <caption class="sr-only">Frameworks</caption>
164
    <thead>
165
    <thead>
165
    <tr>
166
    <tr>
166
        <th>Code</th>
167
        <th>Code</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (+1 lines)
Lines 66-71 Link Here
66
    <p><a id="CheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p>
66
    <p><a id="CheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p>
67
67
68
        <table id="[% codes_loo.code | html %]table" class="sorted">
68
        <table id="[% codes_loo.code | html %]table" class="sorted">
69
            <caption class="sr-only">Libraries to transfer</caption>
69
            <thead>
70
            <thead>
70
                <tr>
71
                <tr>
71
                    <th>Library</th>
72
                    <th>Library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (+1 lines)
Lines 293-298 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
293
    <h1>Libraries</h1>
293
    <h1>Libraries</h1>
294
    [% IF libraries_count > 0 %]
294
    [% IF libraries_count > 0 %]
295
        <table id="libraries">
295
        <table id="libraries">
296
            <caption class="sr-only">Libraries</caption>
296
            <thead>
297
            <thead>
297
                <tr>
298
                <tr>
298
                    <th>Name</th>
299
                    <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (+1 lines)
Lines 164-169 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
164
164
165
               [% IF cash_registers.count %]
165
               [% IF cash_registers.count %]
166
               <table id="table_cash_registers">
166
               <table id="table_cash_registers">
167
                   <caption class="sr-only">Cash registers</caption>
167
                   <thead>
168
                   <thead>
168
                       <th>Name</th>
169
                       <th>Name</th>
169
                       <th>Description</th>
170
                       <th>Description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (+2 lines)
Lines 439-444 Link Here
439
                </div>
439
                </div>
440
            [% END %]
440
            [% END %]
441
            <table>
441
            <table>
442
                <caption class="sr-only">Category to delete</caption>
442
                <tr><th scope="row">Category code: </th><td>[% category.categorycode | html %]</td></tr>
443
                <tr><th scope="row">Category code: </th><td>[% category.categorycode | html %]</td></tr>
443
                <tr><th scope="row">Description: </th><td>[% category.description | html %]</td></tr>
444
                <tr><th scope="row">Description: </th><td>[% category.description | html %]</td></tr>
444
                <tr><th scope="row">Enrollment period: </th>
445
                <tr><th scope="row">Enrollment period: </th>
Lines 512-517 Link Here
512
    [% END %]
513
    [% END %]
513
    [% IF categories%]
514
    [% IF categories%]
514
        <table id="patron_categories">
515
        <table id="patron_categories">
516
            <caption class="sr-only">Categories</caption>
515
            <thead>
517
            <thead>
516
                <tr>
518
                <tr>
517
                    <th scope="col">Code</th>
519
                    <th scope="col">Code</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (+4 lines)
Lines 38-43 Link Here
38
38
39
<h1>MARC bibliographic framework test</h1>
39
<h1>MARC bibliographic framework test</h1>
40
<table>
40
<table>
41
    <caption class="sr-only">Test</caption>
41
    <tr>
42
    <tr>
42
        <th>Test</th>
43
        <th>Test</th>
43
        <th>Result</th>
44
        <th>Result</th>
Lines 180-185 Link Here
180
            <td style="vertical-align:top;">subfields not in same tabs</td>
181
            <td style="vertical-align:top;">subfields not in same tabs</td>
181
            <td>Not all subfields for the following tags are in the same tab (or marked 'ignored').
182
            <td>Not all subfields for the following tags are in the same tab (or marked 'ignored').
182
                <table>
183
                <table>
184
                    <caption class="sr-only">Inconsistent tabs</caption>
183
                    <tr>
185
                    <tr>
184
                        <th>Code</th>
186
                        <th>Code</th>
185
                        <th>Description</th>
187
                        <th>Description</th>
Lines 213-218 Link Here
213
            <td style="vertical-align:top;">invalid authority types</td>
215
            <td style="vertical-align:top;">invalid authority types</td>
214
            <td>Not all authority types referred to by the frameworks are defined.
216
            <td>Not all authority types referred to by the frameworks are defined.
215
                <table>
217
                <table>
218
                    <caption class="sr-only">Invalid authority type codes</caption>
216
                    <tr>
219
                    <tr>
217
                        <th>Framework code</th>
220
                        <th>Framework code</th>
218
                        <th>Framework description</th>
221
                        <th>Framework description</th>
Lines 248-253 Link Here
248
            <td style="vertical-align:top;">items.permanent_location mapped</td>
251
            <td style="vertical-align:top;">items.permanent_location mapped</td>
249
            <td>The following mappings exist for items.permanent_location, and they shouldn't.
252
            <td>The following mappings exist for items.permanent_location, and they shouldn't.
250
                <table>
253
                <table>
254
                    <caption class="sr-only">Permanent location mapped</caption>
251
                    <tr>
255
                    <tr>
252
                        <th>Framework code</th>
256
                        <th>Framework code</th>
253
                        <th>Framework description</th>
257
                        <th>Framework description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (+2 lines)
Lines 139-144 Link Here
139
    <div class="dialog alert">
139
    <div class="dialog alert">
140
        <h1>Delete city "[% city.city_name | html %]?"</h1>
140
        <h1>Delete city "[% city.city_name | html %]?"</h1>
141
        <table>
141
        <table>
142
            <caption class="sr-only">City to delete</caption>
142
            <tr><th>City id</th>
143
            <tr><th>City id</th>
143
                <td>[% city.cityid | html %]</td>
144
                <td>[% city.cityid | html %]</td>
144
            </tr>
145
            </tr>
Lines 180-185 Link Here
180
    [% IF cities_count > 0 %]
181
    [% IF cities_count > 0 %]
181
        <div class="table_cities_table_controls"></div>
182
        <div class="table_cities_table_controls"></div>
182
        <table id="table_cities">
183
        <table id="table_cities">
184
            <caption class="sr-only">Cities</caption>
183
            <thead>
185
            <thead>
184
                <tr>
186
                <tr>
185
                    <th>City ID</th>
187
                    <th>City ID</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-3 / +3 lines)
Lines 341-348 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
341
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
341
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
342
</div>
342
</div>
343
<h1>Classification sources</h1>
343
<h1>Classification sources</h1>
344
<h2>Classification sources</h2>
345
<table>
344
<table>
345
<caption>Classification sources</caption>
346
  <tr>
346
  <tr>
347
    <th>Code</th>
347
    <th>Code</th>
348
    <th>Description</th>
348
    <th>Description</th>
Lines 366-373 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
366
  [% END %]
366
  [% END %]
367
</table>
367
</table>
368
368
369
<h2>Classification filing rules</h2>
370
<table>
369
<table>
370
<caption>Classification filing rules</caption>
371
  <tr>
371
  <tr>
372
    <th>Code</th>
372
    <th>Code</th>
373
    <th>Description</th>
373
    <th>Description</th>
Lines 387-394 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
387
  [% END %]
387
  [% END %]
388
</table>
388
</table>
389
389
390
<h2>Classification splitting rules</h2>
391
<table>
390
<table>
391
<caption>Classification splitting rules</caption>
392
  <tr>
392
  <tr>
393
    <th>Code</th>
393
    <th>Code</th>
394
    <th>Description</th>
394
    <th>Description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (+1 lines)
Lines 160-165 Link Here
160
                    <h1>Account credit types</h1>
160
                    <h1>Account credit types</h1>
161
                    [% IF credit_types.count %]
161
                    [% IF credit_types.count %]
162
                        <table id="table_credit_types">
162
                        <table id="table_credit_types">
163
                            <caption class="sr-only">Account credit types</caption>
163
                            <thead>
164
                            <thead>
164
                                <th>Archived</th>
165
                                <th>Archived</th>
165
                                <th>System</th>
166
                                <th>System</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (+2 lines)
Lines 179-184 Link Here
179
    <div class="dialog alert">
179
    <div class="dialog alert">
180
        <h1>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1>
180
        <h1>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1>
181
        <table>
181
        <table>
182
            <caption class="sr-only">Currency to delete</caption>
182
            <tr><th>Currency</th>
183
            <tr><th>Currency</th>
183
                <td>[% currency.currency | html %]</td>
184
                <td>[% currency.currency | html %]</td>
184
            </tr>
185
            </tr>
Lines 211-216 Link Here
211
    [% END %]
212
    [% END %]
212
213
213
    <table id='currencies-table'>
214
    <table id='currencies-table'>
215
        <caption class="sr-only">Currencies</caption>
214
      <thead>
216
      <thead>
215
        <tr>
217
        <tr>
216
            <th>Currency</th>
218
            <th>Currency</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (+1 lines)
Lines 151-156 Link Here
151
                    <h1>Account debit types</h1>
151
                    <h1>Account debit types</h1>
152
                    [% IF debit_types.count %]
152
                    [% IF debit_types.count %]
153
                        <table id="table_debit_types">
153
                        <table id="table_debit_types">
154
                            <caption class="sr-only">Account debit types</caption>
154
                            <thead>
155
                            <thead>
155
                                <th>Archived</th>
156
                                <th>Archived</th>
156
                                <th>System</th>
157
                                <th>System</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (+2 lines)
Lines 141-146 Link Here
141
    <div class="dialog alert">
141
    <div class="dialog alert">
142
        <h1>Delete desk "[% desk.desk_name | html %]?"</h1>
142
        <h1>Delete desk "[% desk.desk_name | html %]?"</h1>
143
        <table>
143
        <table>
144
            <caption class="sr-only">Desk to delete</caption>
144
            <tr><th>Desk ID</th>
145
            <tr><th>Desk ID</th>
145
                <td>[% desk.desk_id | html %]</td>
146
                <td>[% desk.desk_id | html %]</td>
146
            </tr>
147
            </tr>
Lines 175-180 Link Here
175
176
176
    [% IF desks.count %]
177
    [% IF desks.count %]
177
        <table id="table_desks">
178
        <table id="table_desks">
179
            <caption class="sr-only">Desks</caption>
178
            <thead>
180
            <thead>
179
                <tr>
181
                <tr>
180
                    <th>Desk ID</th>
182
                    <th>Desk ID</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +2 lines)
Lines 244-249 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
244
<div class="dialog alert">
244
<div class="dialog alert">
245
<h1>Delete this account?</h1>
245
<h1>Delete this account?</h1>
246
<table>
246
<table>
247
    <caption class="sr-only">Account to delete</caption>
247
    <tr>
248
    <tr>
248
    <th>Vendor</th>
249
    <th>Vendor</th>
249
    <td>[% account.vendor.name | html %]</td>
250
    <td>[% account.vendor.name | html %]</td>
Lines 271-279 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
271
[% END %]
272
[% END %]
272
[% IF display %]
273
[% IF display %]
273
[% IF ( ediaccounts ) %]
274
[% IF ( ediaccounts ) %]
274
<h1>Vendor EDI accounts</h1>
275
275
276
    <table>
276
    <table>
277
        <caption><h1>Vendor EDI accounts</h1></caption>
277
    <tr>
278
    <tr>
278
       <th>ID</th>
279
       <th>ID</th>
279
       <th>Vendor</th>
280
       <th>Vendor</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-1 / +1 lines)
Lines 159-166 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
159
159
160
[% IF display %]
160
[% IF display %]
161
[% IF ( eans ) %]
161
[% IF ( eans ) %]
162
    <h1>Library EANs</h1>
163
    <table>
162
    <table>
163
        <caption><h1>Library EANs</h1></caption>
164
        <tr>
164
        <tr>
165
            <th>Library</th>
165
            <th>Library</th>
166
            <th>Description</th>
166
            <th>Description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-2 / +2 lines)
Lines 115-122 table.grid td.default { Link Here
115
</ul>
115
</ul>
116
116
117
<div id="checkout">
117
<div id="checkout">
118
<h3>Checkout</h3>
119
<table class="grid active" width="100%">
118
<table class="grid active" width="100%">
119
<caption>Checkout</caption>
120
<thead>
120
<thead>
121
<tr>
121
<tr>
122
  <th>&nbsp;</th>
122
  <th>&nbsp;</th>
Lines 139-146 table.grid td.default { Link Here
139
</div>
139
</div>
140
140
141
<div id="checkin">
141
<div id="checkin">
142
<h3>Check-in</h3>
143
<table class="grid active" width="100%">
142
<table class="grid active" width="100%">
143
<caption>Check-in</caption>
144
<thead>
144
<thead>
145
<tr>
145
<tr>
146
  <th>&nbsp;</th>
146
  <th>&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-1 / +1 lines)
Lines 66-74 Link Here
66
          [% END %]
66
          [% END %]
67
          [% IF fields.size %]
67
          [% IF fields.size %]
68
              <div id="search_fields_list">
68
              <div id="search_fields_list">
69
                  <h1>Item search fields</h1>
70
69
71
                  <table id="search_fields_table">
70
                  <table id="search_fields_table">
71
                      <caption><h1>Item search fields</h1></caption>
72
                    <thead>
72
                    <thead>
73
                      <tr>
73
                      <tr>
74
                        <th>Name</th>
74
                        <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (+2 lines)
Lines 409-414 Item types &rsaquo; Administration &rsaquo; Koha Link Here
409
    <div class="dialog alert">
409
    <div class="dialog alert">
410
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
410
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
411
        <table>
411
        <table>
412
            <caption class="sr-only">Item type to delete</caption>
412
            <tr>
413
            <tr>
413
                <th scope="row">Item type</th>
414
                <th scope="row">Item type</th>
414
                <td>[% itemtype.itemtype | html %]</td>
415
                <td>[% itemtype.itemtype | html %]</td>
Lines 439-444 Item types &rsaquo; Administration &rsaquo; Koha Link Here
439
    <h1>Item types administration</h1>
440
    <h1>Item types administration</h1>
440
    [% IF itemtypes %]
441
    [% IF itemtypes %]
441
        <table id="table_item_type">
442
        <table id="table_item_type">
443
            <caption class="sr-only">Item types</caption>
442
          <thead>
444
          <thead>
443
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %]
445
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %]
444
            <th>Description</th>
446
            <th>Description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (+1 lines)
Lines 39-44 Link Here
39
[% END %]
39
[% END %]
40
40
41
<table id="kohafields">
41
<table id="kohafields">
42
    <caption class="sr-only">Koha fields</caption>
42
<thead><tr>
43
<thead><tr>
43
    <th>Koha field</th>
44
    <th>Koha field</th>
44
    <th>Tag</th>
45
    <th>Tag</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (+1 lines)
Lines 76-81 Link Here
76
76
77
                [% FOREACH root_group IN root_groups %]
77
                [% FOREACH root_group IN root_groups %]
78
                    <table class="library-groups">
78
                    <table class="library-groups">
79
                        <caption class="sr-only">Library groups</caption>
79
                        <tr>
80
                        <tr>
80
                            <th>&nbsp;</th>
81
                            <th>&nbsp;</th>
81
                            <th>Description</th>
82
                            <th>Description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (+1 lines)
Lines 59-64 Link Here
59
        <div class="row">
59
        <div class="row">
60
            <div class="col-sm-12">
60
            <div class="col-sm-12">
61
<table id="localization">
61
<table id="localization">
62
    <caption class="sr-only">Localization</caption>
62
    <thead>
63
    <thead>
63
        <tr>
64
        <tr>
64
            <th>Id</th>
65
            <th>Id</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (+1 lines)
Lines 361-366 Link Here
361
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
361
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
362
362
363
                        <table id="table_marcsubfieldstructure">
363
                        <table id="table_marcsubfieldstructure">
364
                            <caption class="sr-only">MARC subfeld structure</caption>
364
                            <thead>
365
                            <thead>
365
                                <tr>
366
                                <tr>
366
                                    <th>Subfield</th>
367
                                    <th>Subfield</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (+1 lines)
Lines 254-259 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
254
</form>
254
</form>
255
255
256
    <table id="table_marctagstructure">
256
    <table id="table_marctagstructure">
257
        <caption class="sr-only">MARC tag structure</caption>
257
    <thead>
258
    <thead>
258
        <tr>
259
        <tr>
259
        <th>Tag</th>
260
        <th>Tag</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (+1 lines)
Lines 456-461 Link Here
456
                    [% END %]
456
                    [% END %]
457
                    [% IF ( available_matching_rules ) %]
457
                    [% IF ( available_matching_rules ) %]
458
                        <table>
458
                        <table>
459
                            <caption class="sr-only">Record matching rules</caption>
459
                            <tr>
460
                            <tr>
460
                                <th>#</th>
461
                                <th>#</th>
461
                                <th>Code</th>
462
                                <th>Code</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (+1 lines)
Lines 44-49 Link Here
44
      [% END %]
44
      [% END %]
45
      <form action="/cgi-bin/koha/admin/oai_set_mappings.pl" method="post" id="mappingform">
45
      <form action="/cgi-bin/koha/admin/oai_set_mappings.pl" method="post" id="mappingform">
46
        <table id="mappings">
46
        <table id="mappings">
47
            <caption class="sr-only">Mappings</caption>
47
          <thead>
48
          <thead>
48
            <tr>
49
            <tr>
49
              <th>Rule operator</th>
50
              <th>Rule operator</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (+1 lines)
Lines 104-109 Link Here
104
        <h1>OAI sets</h1>
104
        <h1>OAI sets</h1>
105
        [% IF sets_loop %]
105
        [% IF sets_loop %]
106
            <table>
106
            <table>
107
                <caption class="sr-only">OAI sets</caption>
107
                <thead>
108
                <thead>
108
                    <tr>
109
                    <tr>
109
                        <th>setSpec</th>
110
                        <th>setSpec</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (+1 lines)
Lines 38-43 Link Here
38
                    <input type="hidden" name="op" value="update" />
38
                    <input type="hidden" name="op" value="update" />
39
39
40
                    <table id="od_info">
40
                    <table id="od_info">
41
                        <caption>OverDrive library authnames info</caption>
41
                        <thead>
42
                        <thead>
42
                            <tr>
43
                            <tr>
43
                                <th>Library</th>
44
                                <th>Library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (+1 lines)
Lines 293-298 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
293
        <h2>[% attribute.lib | html %]</h2>
293
        <h2>[% attribute.lib | html %]</h2>
294
    [% END %]
294
    [% END %]
295
    <table class="patron_attributes_types">
295
    <table class="patron_attributes_types">
296
        <caption class="sr-only">Patron attribute types</caption>
296
      <thead>
297
      <thead>
297
        <tr>
298
        <tr>
298
          <th>Code</th>
299
          <th>Code</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-1 / +4 lines)
Lines 74-83 Link Here
74
            </div>
74
            </div>
75
75
76
            <table class="preferences" id="collapse_[% LINE.title | $HtmlId %]">
76
            <table class="preferences" id="collapse_[% LINE.title | $HtmlId %]">
77
                <caption class="sr-only">Preferences</caption>
77
            <thead><tr><th>Preference</th><th>Value</th></tr></thead>
78
            <thead><tr><th>Preference</th><th>Value</th></tr></thead>
78
            [% UNLESS ( loop.last ) %]<tbody>[% END %]
79
            [% UNLESS ( loop.last ) %]<tbody>[% END %]
79
            [% ELSE %]
80
            [% ELSE %]
80
            [% IF ( loop.first ) %]<table class="preferences"><thead><tr><th>Preference</th><th>Value</th></tr></thead><tbody>[% END %]
81
            [% IF ( loop.first ) %]<table class="preferences">
82
                <caption class="sr-only">Preferences</caption>
83
                <thead><tr><th>Preference</th><th>Value</th></tr></thead><tbody>[% END %]
81
            <tr class="name-row">
84
            <tr class="name-row">
82
                <td class="name-cell">
85
                <td class="name-cell">
83
                    <code>
86
                    <code>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-1 / +3 lines)
Lines 127-132 a.add, a.delete { Link Here
127
            </ul>
127
            </ul>
128
            <div id="search_fields" class="ui-tabs-panel">
128
            <div id="search_fields" class="ui-tabs-panel">
129
              <table class="search_fields" id="search_fields_table">
129
              <table class="search_fields" id="search_fields_table">
130
                <caption class="sr-only">Search fields</caption>
130
                <thead>
131
                <thead>
131
                  <tr>
132
                  <tr>
132
                    <th>Name</th>
133
                    <th>Name</th>
Lines 249-254 a.add, a.delete { Link Here
249
            [% FOREACH index IN indexes %]
250
            [% FOREACH index IN indexes %]
250
                <div id="mapping_[% index.index_name | html %]" class="ui-tabs-panel">
251
                <div id="mapping_[% index.index_name | html %]" class="ui-tabs-panel">
251
                    <table class="mappings" data-index_name="[% index.index_name | html %]" data-ordering="false" id="mapping_[% index.index_name | html %]_table">
252
                    <table class="mappings" data-index_name="[% index.index_name | html %]" data-ordering="false" id="mapping_[% index.index_name | html %]_table">
253
                    <caption class="sr-only">Mappings</caption>
252
                      <thead>
254
                      <thead>
253
                        <tr class="nodrag nodrop">
255
                        <tr class="nodrag nodrop">
254
                          <th>Search field</th>
256
                          <th>Search field</th>
Lines 415-423 a.add, a.delete { Link Here
415
                    </table>
417
                    </table>
416
418
417
                    [% IF index.index_name == 'biblios' %]
419
                    [% IF index.index_name == 'biblios' %]
418
                        <h3>Facet order</h3>
419
                        <div id="facet_[% index.index_name | html %]" class="ui-tabs-panel">
420
                        <div id="facet_[% index.index_name | html %]" class="ui-tabs-panel">
420
                            <table>
421
                            <table>
422
                                <caption><h3>Facet order</h3></caption>
421
                                <thead>
423
                                <thead>
422
                                    <tr>
424
                                    <tr>
423
                                        <th>Search field</th>
425
                                        <th>Search field</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (+11 lines)
Lines 102-107 Link Here
102
            <input type="hidden" name="op" value="add" />
102
            <input type="hidden" name="op" value="add" />
103
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
103
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
104
            <table id="default-circulation-rules">
104
            <table id="default-circulation-rules">
105
                <caption class="sr-only">Default circulation rules</caption>
105
            <thead>
106
            <thead>
106
            <tr>
107
            <tr>
107
                <th>&nbsp;</th>
108
                <th>&nbsp;</th>
Lines 533-538 Link Here
533
            <input type="hidden" name="op" value="set-branch-defaults" />
534
            <input type="hidden" name="op" value="set-branch-defaults" />
534
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
535
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
535
            <table>
536
            <table>
537
                <caption class="sr-only">Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</caption>
536
                <tr>
538
                <tr>
537
                    <th>&nbsp;</th>
539
                    <th>&nbsp;</th>
538
                    <th>Total current checkouts allowed</th>
540
                    <th>Total current checkouts allowed</th>
Lines 719-724 Link Here
719
            <input type="hidden" name="op" value="add-branch-cat" />
721
            <input type="hidden" name="op" value="add-branch-cat" />
720
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
722
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
721
            <table>
723
            <table>
724
                <caption class="sr-only">[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</caption>
722
                <tr>
725
                <tr>
723
                    <th>Patron category</th>
726
                    <th>Patron category</th>
724
                    <th>Total current checkouts allowed</th>
727
                    <th>Total current checkouts allowed</th>
Lines 799-804 Link Here
799
            <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" />
802
            <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" />
800
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
803
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
801
            <table>
804
            <table>
805
                <caption class="sr-only">
806
                    [% IF current_branch == '*' %]
807
                        Default lost item fee refund on return policy
808
                    [% ELSE %]
809
                        Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %]
810
                    [% END %]
811
                </caption>
802
                <tr>
812
                <tr>
803
                    <th>Refund lost item fee</th>
813
                    <th>Refund lost item fee</th>
804
                    <th>&nbsp;</th>
814
                    <th>&nbsp;</th>
Lines 915-920 Link Here
915
            <input type="hidden" name="op" value="add-branch-item" />
925
            <input type="hidden" name="op" value="add-branch-item" />
916
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
926
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
917
            <table>
927
            <table>
928
                <caption class="sr-only">[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</caption>
918
                <tr>
929
                <tr>
919
                    <th>Item type</th>
930
                    <th>Item type</th>
920
                    <th>Hold policy</th>
931
                    <th>Hold policy</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (+1 lines)
Lines 40-45 Link Here
40
                [% IF providers.size %]
40
                [% IF providers.size %]
41
41
42
                    <table id="providerst">
42
                    <table id="providerst">
43
                        <caption class="sr-only">Providers</caption>
43
                        <thead>
44
                        <thead>
44
                            <tr>
45
                            <tr>
45
                                <th>Name</th>
46
                                <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (+1 lines)
Lines 247-252 Link Here
247
247
248
    [% IF servers_count > 0 %]
248
    [% IF servers_count > 0 %]
249
        <table id="smtp_servers">
249
        <table id="smtp_servers">
250
            <caption class="sr-only">SMTP servers</caption>
250
            <thead>
251
            <thead>
251
                <tr>
252
                <tr>
252
                    <th>Name</th>
253
                    <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (+2 lines)
Lines 328-336 Link Here
328
    [% IF ( tab != 'local_use' ) %]
328
    [% IF ( tab != 'local_use' ) %]
329
        <p>Please click on one of the tabs at the left side of this form.</p>
329
        <p>Please click on one of the tabs at the left side of this form.</p>
330
        <table>
330
        <table>
331
        <caption class="sr-only">Preferences</caption>
331
    [% ELSE %]
332
    [% ELSE %]
332
        <h1>Local use preferences</h1>
333
        <h1>Local use preferences</h1>
333
        <table width="80%" id="sysprefst">
334
        <table width="80%" id="sysprefst">
335
        <caption class="sr-only">Preferences</caption>
334
        <thead><tr>
336
        <thead><tr>
335
        <th>Preference</th>
337
        <th>Preference</th>
336
        <th>Explanation</th>
338
        <th>Explanation</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (+1 lines)
Lines 63-68 Link Here
63
                </div>
63
                </div>
64
64
65
                <table>
65
                <table>
66
                    <caption class="sr-only">Transport costs between libraries</caption>
66
                    <tr>
67
                    <tr>
67
                        <th>From \ To</th>
68
                        <th>From \ To</th>
68
                        [% FOR b IN Branches.all() %]
69
                        [% FOR b IN Branches.all() %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 200-205 Link Here
200
        You searched for [% searchfield | html %]
200
        You searched for [% searchfield | html %]
201
    [% END %]
201
    [% END %]
202
    <table id="serverst">
202
    <table id="serverst">
203
        <caption class="sr-only">Servers</caption>
203
204
204
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th>
205
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th>
205
        </tr></thead>
206
        </tr></thead>
206
- 

Return to bug 28243