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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt (+1 lines)
Lines 38-43 Link Here
38
[% ELSE %]
38
[% ELSE %]
39
    [% IF ( files_loop ) %]
39
    [% IF ( files_loop ) %]
40
        <table id="files">
40
        <table id="files">
41
            <caption class="sr-only">Files</caption>
41
            <thead>
42
            <thead>
42
                <tr>
43
                <tr>
43
                    <th>Name</th>
44
                    <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-1 / +1 lines)
Lines 187-194 Link Here
187
          </fieldset>
187
          </fieldset>
188
        [% ELSIF rules %]
188
        [% ELSIF rules %]
189
            <div>
189
            <div>
190
                <h2>List of rules</h2>
191
                    <table id="rulest">
190
                    <table id="rulest">
191
                        <caption>List of rules</caption>
192
                        <thead>
192
                        <thead>
193
                          <tr>
193
                          <tr>
194
                               <th>Age</th>
194
                               <th>Age</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (+5 lines)
Lines 42-47 Link Here
42
            [% IF ( itemresults ) %]<p>Warning, the following barcodes were not found:</p>[% ELSE %]<p>Warning: no barcodes were found</p>[% END %]
42
            [% IF ( itemresults ) %]<p>Warning, the following barcodes were not found:</p>[% ELSE %]<p>Warning: no barcodes were found</p>[% END %]
43
        </div>
43
        </div>
44
        <table style="margin:auto;">
44
        <table style="margin:auto;">
45
            <caption class="sr-only">Barcodes not found</caption>
45
            <thead>
46
            <thead>
46
                <tr><th>Barcodes not found</th></tr>
47
                <tr><th>Barcodes not found</th></tr>
47
            </thead>
48
            </thead>
Lines 57-62 Link Here
57
            [% IF ( itemresults ) %]<p>Warning, the following itemnumbers were not found:</p>[% ELSE %]<p>Warning: no itemnumbers were found</p>[% END %]
58
            [% IF ( itemresults ) %]<p>Warning, the following itemnumbers were not found:</p>[% ELSE %]<p>Warning: no itemnumbers were found</p>[% END %]
58
        </div>
59
        </div>
59
        <table style="margin:auto;">
60
        <table style="margin:auto;">
61
            <caption class="sr-only">Itemnumbers not found</caption>
60
            <thead>
62
            <thead>
61
                <tr><th>Itemnumbers not found</th></tr>
63
                <tr><th>Itemnumbers not found</th></tr>
62
            </thead>
64
            </thead>
Lines 73-78 Link Here
73
            <p>Warning, the following items cannot be deleted: </p>
75
            <p>Warning, the following items cannot be deleted: </p>
74
        </div>
76
        </div>
75
        <table style="margin:auto;">
77
        <table style="margin:auto;">
78
            <caption class="sr-only">Cannot be deleted</caption>
76
            <thead>
79
            <thead>
77
                <tr><th>Cannot be deleted</th></tr>
80
                <tr><th>Cannot be deleted</th></tr>
78
            </thead>
81
            </thead>
Lines 111-116 Link Here
111
    </p>
114
    </p>
112
115
113
        <table id="itemst">
116
        <table id="itemst">
117
            <caption class="sr-only">Items</caption>
114
            <thead>
118
            <thead>
115
            <tr>
119
            <tr>
116
                [% IF ( show ) %]<th>&nbsp;</th>[% END %]
120
                [% IF ( show ) %]<th>&nbsp;</th>[% END %]
Lines 260-265 Link Here
260
        <p>[% not_deleted_items | html %] item(s) could not be deleted: [% FOREACH not_deleted_itemnumber IN not_deleted_itemnumbers %][% not_deleted_itemnumber.itemnumber | html %][% END %]</p>
264
        <p>[% not_deleted_items | html %] item(s) could not be deleted: [% FOREACH not_deleted_itemnumber IN not_deleted_itemnumbers %][% not_deleted_itemnumber.itemnumber | html %][% END %]</p>
261
    [% IF ( not_deleted_loop ) %]
265
    [% IF ( not_deleted_loop ) %]
262
    <table id="itemst">
266
    <table id="itemst">
267
        <caption class="sr-only">Items</caption>
263
        <thead>
268
        <thead>
264
            <tr>
269
            <tr>
265
            <th>Itemnumber</th>
270
            <th>Itemnumber</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (+3 lines)
Lines 74-79 Link Here
74
            </div>
74
            </div>
75
75
76
            <table style="margin:auto;">
76
            <table style="margin:auto;">
77
                <caption class="sr-only">Barcodes not found</caption>
77
                <thead>
78
                <thead>
78
                    <tr><th>Barcodes not found</th></tr>
79
                    <tr><th>Barcodes not found</th></tr>
79
                </thead>
80
                </thead>
Lines 97-102 Link Here
97
            </div>
98
            </div>
98
99
99
            <table style="margin:auto;">
100
            <table style="margin:auto;">
101
                <caption class="sr-only">Itemnumbers not found</caption>
100
                <thead>
102
                <thead>
101
                    <tr><th>Itemnumbers not found</th></tr>
103
                    <tr><th>Itemnumbers not found</th></tr>
102
                </thead>
104
                </thead>
Lines 152-157 Link Here
152
                    </p> <!-- /#selections -->
154
                    </p> <!-- /#selections -->
153
155
154
                    <table id="itemst">
156
                    <table id="itemst">
157
                        <caption class="sr-only">Items</caption>
155
                        <thead>
158
                        <thead>
156
                            <tr>
159
                            <tr>
157
                                <th>&nbsp;</th>
160
                                <th>&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (+2 lines)
Lines 143-148 Link Here
143
        </div>
143
        </div>
144
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectrecords">
144
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectrecords">
145
          <table id="biblios" class="records">
145
          <table id="biblios" class="records">
146
              <caption class="sr-only">Biblios</caption>
146
            <thead>
147
            <thead>
147
              <tr>
148
              <tr>
148
                <th></th>
149
                <th></th>
Lines 175-180 Link Here
175
        </div>
176
        </div>
176
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectauths">
177
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectauths">
177
          <table id="authorities" class="records">
178
          <table id="authorities" class="records">
179
              <caption class="sr-only">Authorities</caption>
178
            <thead>
180
            <thead>
179
              <tr>
181
              <tr>
180
                <th></th>
182
                <th></th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (+2 lines)
Lines 129-134 Link Here
129
                                    | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
129
                                    | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
130
                                </div>
130
                                </div>
131
                                <table id="checkouts">
131
                                <table id="checkouts">
132
                                    <caption class="sr-only">Checkouts</caption>
132
                                    <thead>
133
                                    <thead>
133
                                        <tr>
134
                                        <tr>
134
                                            <th>&nbsp;</th>
135
                                            <th>&nbsp;</th>
Lines 178-183 Link Here
178
                        </div>
179
                        </div>
179
180
180
                        <table id="checkouts_result">
181
                        <table id="checkouts_result">
182
                                    <caption class="sr-only">Checkouts results</caption>
181
                            <thead>
183
                            <thead>
182
                                <tr>
184
                                <tr>
183
                                    <th>Due date</th>
185
                                    <th>Due date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (+2 lines)
Lines 183-188 Link Here
183
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
183
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
184
                                    </div>
184
                                    </div>
185
                                    <table id="biblios" class="records">
185
                                    <table id="biblios" class="records">
186
                                        <caption class="sr-only">Biblios</caption>
186
                                        <thead>
187
                                        <thead>
187
                                            <tr>
188
                                            <tr>
188
                                                <th>&nbsp;</th>
189
                                                <th>&nbsp;</th>
Lines 211-216 Link Here
211
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
212
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
212
                                    </div>
213
                                    </div>
213
                                    <table id="authorities" class="records">
214
                                    <table id="authorities" class="records">
215
                                        <caption class="sr-only">Authorities</caption>
214
                                        <thead>
216
                                        <thead>
215
                                            <tr>
217
                                            <tr>
216
                                                <th></th>
218
                                                <th></th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (+1 lines)
Lines 294-299 Link Here
294
294
295
    [% IF csv_profiles %]
295
    [% IF csv_profiles %]
296
        <table id="table_csv_profiles">
296
        <table id="table_csv_profiles">
297
            <caption class="sr-only">CSV profiles</caption>
297
            <thead>
298
            <thead>
298
                <th>CSV profile ID</th>
299
                <th>CSV profile ID</th>
299
                <th>Name</th>
300
                <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-14 / +15 lines)
Lines 238-252 Link Here
238
    </p>
238
    </p>
239
</div>
239
</div>
240
<div id="holiday-list">
240
<div id="holiday-list">
241
    <h2>Holidays</h2>
241
<!-- Exceptions First -->
242
<!-- Exceptions First -->
242
<!--   this will probably always have the least amount of data -->
243
<!--   this will probably always have the least amount of data -->
243
[% IF ( EXCEPTION_HOLIDAYS_LOOP ) %]
244
[% IF ( EXCEPTION_HOLIDAYS_LOOP ) %]
244
<h2>Exceptions</h2>
245
    <label class="controls">
246
        <input type="checkbox" name="show_past" id="show_past_holidayexceptions" class="show_past" />
247
        Show past entries
248
    </label>
249
  <table id="holidayexceptions">
245
  <table id="holidayexceptions">
246
    <caption>Exceptions</caption>
250
<thead><tr>
247
<thead><tr>
251
  <th class="exception">Date</th>
248
  <th class="exception">Date</th>
252
  <th class="exception">Title</th>
249
  <th class="exception">Title</th>
Lines 264-277 Link Here
264
  <td>[% EXCEPTION_HOLIDAYS_LOO.TITLE | html %]</td>
261
  <td>[% EXCEPTION_HOLIDAYS_LOO.TITLE | html %]</td>
265
  <td>[% EXCEPTION_HOLIDAYS_LOO.DESCRIPTION | html %]</td>
262
  <td>[% EXCEPTION_HOLIDAYS_LOO.DESCRIPTION | html %]</td>
266
  </tr>
263
  </tr>
267
  [% END %] 
264
  [% END %]
268
</tbody>
265
</tbody>
269
</table>
266
</table>
267
    <label class="controls">
268
        <input type="checkbox" name="show_past" id="show_past_holidayexceptions" class="show_past" />
269
        Show past entries of Exceptions
270
    </label>
270
[% END %]
271
[% END %]
271
272
272
[% IF ( WEEK_DAYS_LOOP ) %]
273
[% IF ( WEEK_DAYS_LOOP ) %]
273
<h2>Weekly - Repeatable holidays</h2>
274
<table id="holidayweeklyrepeatable">
274
<table id="holidayweeklyrepeatable">
275
<caption>Weekly - Repeatable holidays</caption>
275
<thead>
276
<thead>
276
<tr>
277
<tr>
277
  <th class="repeatableweekly">Day of week</th>
278
  <th class="repeatableweekly">Day of week</th>
Lines 293-300 Link Here
293
[% END %]
294
[% END %]
294
295
295
[% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %]
296
[% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %]
296
<h2>Yearly - Repeatable holidays</h2>
297
<table id="holidaysyearlyrepeatable">
297
<table id="holidaysyearlyrepeatable">
298
<caption>Yearly - Repeatable holidays</caption>
298
<thead>
299
<thead>
299
<tr>
300
<tr>
300
  [% IF ( dateformat == "metric" ) %]
301
  [% IF ( dateformat == "metric" ) %]
Lines 321-332 Link Here
321
[% END %]
322
[% END %]
322
323
323
[% IF ( HOLIDAYS_LOOP ) %]
324
[% IF ( HOLIDAYS_LOOP ) %]
324
<h2>Unique holidays</h2>
325
<label class="controls">
326
    <input type="checkbox" name="show_past" id="show_past_holidaysunique" class="show_past" />
327
    Show past entries
328
</label>
329
<table id="holidaysunique">
325
<table id="holidaysunique">
326
<caption>Unique holidays</caption>
330
<thead>
327
<thead>
331
<tr>
328
<tr>
332
  <th class="holiday">Date</th>
329
  <th class="holiday">Date</th>
Lines 345-353 Link Here
345
  <td>[% HOLIDAYS_LOO.TITLE | html %]</td>
342
  <td>[% HOLIDAYS_LOO.TITLE | html %]</td>
346
  <td>[% HOLIDAYS_LOO.DESCRIPTION.replace('\\\r\\\n', '<br />') | html %]</td>
343
  <td>[% HOLIDAYS_LOO.DESCRIPTION.replace('\\\r\\\n', '<br />') | html %]</td>
347
</tr>
344
</tr>
348
  [% END %] 
345
  [% END %]
349
</tbody>
346
</tbody>
350
</table>
347
</table>
348
<label class="controls">
349
    <input type="checkbox" name="show_past" id="show_past_holidaysunique" class="show_past" />
350
    Show past entries of Unique holidays
351
</label>
351
[% END %]
352
[% END %]
352
</div>
353
</div>
353
</div>
354
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (+1 lines)
Lines 235-240 Link Here
235
    [% END %]
235
    [% END %]
236
236
237
    <table id="inventoryt">
237
    <table id="inventoryt">
238
        <caption class="sr-only">Inventory</caption>
238
    <thead>
239
    <thead>
239
        <tr>
240
        <tr>
240
            [% UNLESS uploadedbarcodesflag %]<th>Seen</th>[% END %]
241
            [% UNLESS uploadedbarcodesflag %]<th>Seen</th>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (+1 lines)
Lines 143-148 Link Here
143
        [% IF ( opac_news_count ) %]
143
        [% IF ( opac_news_count ) %]
144
        <form id="del_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl">
144
        <form id="del_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl">
145
                <table id="newst">
145
                <table id="newst">
146
                    <caption class="sr-only">News</caption>
146
                   <thead> <tr>
147
                   <thead> <tr>
147
                        <th class="NoSort">&nbsp;</th>
148
                        <th class="NoSort">&nbsp;</th>
148
                        <th>Location</th>
149
                        <th>Location</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (+3 lines)
Lines 172-177 Link Here
172
172
173
                    [% IF letter %]
173
                    [% IF letter %]
174
                        <table id="lettert">
174
                        <table id="lettert">
175
                            <caption class="sr-only">Letter</caption>
175
                            <thead>
176
                            <thead>
176
                                <tr>
177
                                <tr>
177
                                    <th>Library</th>
178
                                    <th>Library</th>
Lines 488-493 Link Here
488
                                                    <span class="sms_counter" id="sms_counter_[% lang | html %]">[% IF letter.content && letter.content.length > 0 %][% letter.content.length | html %][% ELSE %]0[% END %]/160 characters</span>
489
                                                    <span class="sms_counter" id="sms_counter_[% lang | html %]">[% IF letter.content && letter.content.length > 0 %][% letter.content.length | html %][% ELSE %]0[% END %]/160 characters</span>
489
                                                [% END %]
490
                                                [% END %]
490
                                                <table>
491
                                                <table>
492
                                                    <caption class="sr-only">SQL</caption>
491
                                                    <tr>
493
                                                    <tr>
492
                                                        <td>
494
                                                        <td>
493
                                                            <select name="SQLfieldname" id="SQLfieldname_[% letter.message_transport_type | html %]_[% lang | html %]" multiple="multiple" size="9">
495
                                                            <select name="SQLfieldname" id="SQLfieldname_[% letter.message_transport_type | html %]_[% lang | html %]" multiple="multiple" size="9">
Lines 538-543 Link Here
538
                    <div class="dialog alert">
540
                    <div class="dialog alert">
539
                        <h1>Delete notice?</h1>
541
                        <h1>Delete notice?</h1>
540
                        <table>
542
                        <table>
543
                            <caption class="sr-only">Notice to delete</caption>
541
                            <thead>
544
                            <thead>
542
                            <tr>
545
                            <tr>
543
                                <th>Library</th>
546
                                <th>Library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (+4 lines)
Lines 275-280 Link Here
275
                        [% IF ( did_commit ) %]
275
                        [% IF ( did_commit ) %]
276
                            <div class="dialog message">Completed import of records</div>
276
                            <div class="dialog message">Completed import of records</div>
277
                            <table>
277
                            <table>
278
                                <caption class="sr-only">Import information</caption>
278
                                <tr>
279
                                <tr>
279
                                    <td>Number of records added</td>
280
                                    <td>Number of records added</td>
280
                                    <td>[% num_added | html %]</td>
281
                                    <td>[% num_added | html %]</td>
Lines 307-312 Link Here
307
                        [% IF ( did_revert ) %]
308
                        [% IF ( did_revert ) %]
308
                            <div class="dialog message">Success: Import reversed</div>
309
                            <div class="dialog message">Success: Import reversed</div>
309
                            <table>
310
                            <table>
311
                                <caption class="sr-only">Import reverse information</caption>
310
                                <tr>
312
                                <tr>
311
                                    <td>Number of records deleted</td>
313
                                    <td>Number of records deleted</td>
312
                                    <td>[% num_deleted | html %]</td>
314
                                    <td>[% num_deleted | html %]</td>
Lines 342-347 Link Here
342
                        [% END %]
344
                        [% END %]
343
345
344
                        <table>
346
                        <table>
347
                            <caption class="sr-only">Batch list</caption>
345
                            <tr>
348
                            <tr>
346
                                <th>#</th>
349
                                <th>#</th>
347
                                <th>File name</th>
350
                                <th>File name</th>
Lines 411-416 Link Here
411
414
412
                    [% IF import_batch_id && !did_clean %]
415
                    [% IF import_batch_id && !did_clean %]
413
                        <table id="records-table">
416
                        <table id="records-table">
417
                            <Caption class="sr-only">Records</caption>
414
                            <thead>
418
                            <thead>
415
                                <tr>
419
                                <tr>
416
                                    <th>#</th>
420
                                    <th>#</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (+2 lines)
Lines 84-89 Link Here
84
                    <h1>MARC modification templates [% template_id | html %]</h1>
84
                    <h1>MARC modification templates [% template_id | html %]</h1>
85
85
86
                    <table id="templatest">
86
                    <table id="templatest">
87
                        <caption class="sr-only">Templates</caption>
87
                        <thead>
88
                        <thead>
88
                            <tr>
89
                            <tr>
89
                                <th>Template</th>
90
                                <th>Template</th>
Lines 111-116 Link Here
111
                    [% IF ( ActionsLoop ) %]
112
                    [% IF ( ActionsLoop ) %]
112
113
113
                        <table id="template_actions" class="template_actions">
114
                        <table id="template_actions" class="template_actions">
115
                        <caption class="sr-only">Template actions</caption>
114
                            <thead>
116
                            <thead>
115
                                <tr>
117
                                <tr>
116
                                    <th>Change order</th>
118
                                    <th>Change order</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (+2 lines)
Lines 98-103 Link Here
98
                    [% IF ( notfoundcardnumbers ) %]
98
                    [% IF ( notfoundcardnumbers ) %]
99
                        <div class="dialog alert"><p>Warning, the following cardnumbers were not found:</p></div>
99
                        <div class="dialog alert"><p>Warning, the following cardnumbers were not found:</p></div>
100
                        <table style="margin:auto;">
100
                        <table style="margin:auto;">
101
                            <caption class="sr-only">Cardnumbers not found</caption>
101
                            <thead>
102
                            <thead>
102
                                <tr><th>Cardnumbers not found</th></tr>
103
                                <tr><th>Cardnumbers not found</th></tr>
103
                            </thead>
104
                            </thead>
Lines 140-145 Link Here
140
                            <div id="cataloguing_additem_itemlist">
141
                            <div id="cataloguing_additem_itemlist">
141
                                <div style="overflow:auto">
142
                                <div style="overflow:auto">
142
                                    <table id="borrowerst">
143
                                    <table id="borrowerst">
144
                                        <caption class="sr-only">Patrons</caption>
143
                                        <thead>
145
                                        <thead>
144
                                            <tr>
146
                                            <tr>
145
                                                [% IF ( op == 'show' ) %]
147
                                                [% IF ( op == 'show' ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (+1 lines)
Lines 80-85 Link Here
80
    [% FOR tab IN tabs %]
80
    [% FOR tab IN tabs %]
81
      <div id="[% tab.id | html %]">
81
      <div id="[% tab.id | html %]">
82
        <table>
82
        <table>
83
            <caption class="sr-only">Rules</caption>
83
          <thead>
84
          <thead>
84
            <tr>
85
            <tr>
85
              <th>&nbsp;</th>
86
              <th>&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt (+1 lines)
Lines 70-75 Link Here
70
                    </fieldset>
70
                    </fieldset>
71
71
72
                    <table id="problemreportstable">
72
                    <table id="problemreportstable">
73
                        <caption class="sr-only">Problem reports</caption>
73
                        <thead>
74
                        <thead>
74
                            <tr>
75
                            <tr>
75
                                <th class="NoSort">&nbsp;</th>
76
                                <th class="NoSort">&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (+1 lines)
Lines 76-81 Link Here
76
                    </div>
76
                    </div>
77
                </fieldset>
77
                </fieldset>
78
                <table id="quotes_editor" style="visibility: hidden;">
78
                <table id="quotes_editor" style="visibility: hidden;">
79
                    <caption class="sr-only">Quotes editor</caption>
79
                <thead>
80
                <thead>
80
                    <tr>
81
                    <tr>
81
                        <th>Source</th>
82
                        <th>Source</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (+1 lines)
Lines 104-109 Link Here
104
    <h1>Quotes</h1>
104
    <h1>Quotes</h1>
105
    [% IF quotes_count > 0 %]
105
    [% IF quotes_count > 0 %]
106
        <table id="quotes">
106
        <table id="quotes">
107
            <caption class="sr-only">Quotes</caption>
107
            <thead>
108
            <thead>
108
                <tr>
109
                <tr>
109
                    <th>ID</th>
110
                    <th>ID</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (-1 / +2 lines)
Lines 76-83 Link Here
76
<fieldset class="action"><input class="submit-button" type="submit" value="Save" /></fieldset>
76
<fieldset class="action"><input class="submit-button" type="submit" value="Save" /></fieldset>
77
</form>
77
</form>
78
78
79
[% IF ( JOBS ) %]<h2>Jobs already entered</h2>
79
[% IF ( JOBS ) %]
80
<table>
80
<table>
81
<caption>Jobs already entered</caption>
81
<tr>
82
<tr>
82
<th>Date/Time</th>
83
<th>Date/Time</th>
83
<th>Action</th>
84
<th>Action</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (+2 lines)
Lines 99-104 Link Here
99
99
100
                    [% IF existing_rotas.size > 0 %]
100
                    [% IF existing_rotas.size > 0 %]
101
                        <table id="stock_rotation" class="rotas_table" role="grid">
101
                        <table id="stock_rotation" class="rotas_table" role="grid">
102
                            <caption class="sr-only">Stock rotation</caption>
102
                            <thead>
103
                            <thead>
103
                                <tr>
104
                                <tr>
104
                                <th class="anti-the">Name</th>
105
                                <th class="anti-the">Name</th>
Lines 438-443 Link Here
438
439
439
                    [% IF items.count > 0 %]
440
                    [% IF items.count > 0 %]
440
                        <table id="stock_rotation_manage_items" class="items_table" role="grid">
441
                        <table id="stock_rotation_manage_items" class="items_table" role="grid">
442
                            <caption class="sr-only">Stock rotation manage items</caption>
441
                            <thead>
443
                            <thead>
442
                                <tr>
444
                                <tr>
443
                                    <th>Barcode</th>
445
                                    <th>Barcode</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (+1 lines)
Lines 191-196 Link Here
191
191
192
[% BLOCK table_results %]
192
[% BLOCK table_results %]
193
    <table id="uploadresults">
193
    <table id="uploadresults">
194
        <caption class="sr-only">Upload results</caption>
194
    <thead>
195
    <thead>
195
    <tr>
196
    <tr>
196
        <th>Filename</th>
197
        <th>Filename</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-1 / +1 lines)
Lines 303-308 Link Here
303
                            <button class="btn btn-link disabled compare_link"><i class="fa fa-columns"></i> Compare selected</button>
303
                            <button class="btn btn-link disabled compare_link"><i class="fa fa-columns"></i> Compare selected</button>
304
                        </div>
304
                        </div>
305
                        <table id="logst">
305
                        <table id="logst">
306
                            <caption class="sr-only">Logs</caption>
306
                            <thead>
307
                            <thead>
307
                                <tr>
308
                                <tr>
308
                                    <th>Date</th>
309
                                    <th>Date</th>
309
- 

Return to bug 28243