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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-5 / +10 lines)
Lines 91-97 Link Here
91
                    <caption class="sr-only">Current session</caption>
91
                    <caption class="sr-only">Current session</caption>
92
                    <thead>
92
                    <thead>
93
                        <tr>
93
                        <tr>
94
                            <th class="no-sort"></th>
94
                            <th class="no-sort">
95
                                <i data-bs-toggle="tooltip" title="Check the boxes in this column to select searches for deletion" data-bs-placement="right" class="fa fa-info-circle" tabindex="0"></i>
96
                            </th>
95
                            <th>Date</th>
97
                            <th>Date</th>
96
                            <th>Search</th>
98
                            <th>Search</th>
97
                            <th>Results</th>
99
                            <th>Results</th>
Lines 142-148 Link Here
142
                    <caption class="sr-only">Previous sessions</caption>
144
                    <caption class="sr-only">Previous sessions</caption>
143
                    <thead>
145
                    <thead>
144
                        <tr>
146
                        <tr>
145
                            <th></th>
147
                            <th class="no-sort">
148
                                <i data-bs-toggle="tooltip" title="Check the boxes in this column to select searches for deletion" data-bs-placement="right" class="fa fa-info-circle" tabindex="0"></i>
149
                            </th>
146
                            <th>Date</th>
150
                            <th>Date</th>
147
                            <th>Search</th>
151
                            <th>Search</th>
148
                            <th>Results</th>
152
                            <th>Results</th>
Lines 198-204 Link Here
198
                    <caption class="sr-only">Current session</caption>
202
                    <caption class="sr-only">Current session</caption>
199
                    <thead>
203
                    <thead>
200
                        <tr>
204
                        <tr>
201
                            <th>
205
                            <th class="no-sort">
202
                                <i data-bs-toggle="tooltip" title="Check the boxes in this column to select searches for deletion" data-bs-placement="right" class="fa fa-info-circle" tabindex="0"></i>
206
                                <i data-bs-toggle="tooltip" title="Check the boxes in this column to select searches for deletion" data-bs-placement="right" class="fa fa-info-circle" tabindex="0"></i>
203
                            </th>
207
                            </th>
204
                            <th>Date</th>
208
                            <th>Date</th>
Lines 241-247 Link Here
241
                    <caption class="sr-only">Previous sessions</caption>
245
                    <caption class="sr-only">Previous sessions</caption>
242
                    <thead>
246
                    <thead>
243
                        <tr>
247
                        <tr>
244
                            <th></th>
248
                            <th class="no-sort">
249
                                <i data-bs-toggle="tooltip" title="Check the boxes in this column to select searches for deletion" data-bs-placement="right" class="fa fa-info-circle" tabindex="0"></i>
250
                            </th>
245
                            <th>Date</th>
251
                            <th>Date</th>
246
                            <th>Search</th>
252
                            <th>Search</th>
247
                            <th>Results</th>
253
                            <th>Results</th>
248
- 

Return to bug 39925