Lines 217-222
Link Here
|
217 |
[% END %] |
217 |
[% END %] |
218 |
|
218 |
|
219 |
<table id="searchresults" class="dataTable"> |
219 |
<table id="searchresults" class="dataTable"> |
|
|
220 |
<caption class="sr-only">Search results</caption> |
220 |
<thead> |
221 |
<thead> |
221 |
<tr> |
222 |
<tr> |
222 |
[% IF ( itemsloop ) %]<th class="checkall"> </th>[% END %] |
223 |
[% IF ( itemsloop ) %]<th class="checkall"> </th>[% END %] |
Lines 396-401
Link Here
|
396 |
|
397 |
|
397 |
<div id="tab_content"> |
398 |
<div id="tab_content"> |
398 |
<table id="listresultst"> |
399 |
<table id="listresultst"> |
|
|
400 |
<caption class="sr-only">List results</caption> |
399 |
<thead> |
401 |
<thead> |
400 |
<tr> |
402 |
<tr> |
401 |
<th class="NoVisible">Type</th> |
403 |
<th class="NoVisible">Type</th> |
402 |
- |
|
|