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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +2 lines)
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">&nbsp;</th>[% END %]
223
                [% IF ( itemsloop ) %]<th class="checkall">&nbsp;</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
- 

Return to bug 28243