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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-1 / +3 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></th>
94
                            <th>
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>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-2 / +5 lines)
Lines 415-421 Link Here
415
                                        <caption class="sr-only">Your purchase suggestions</caption>
415
                                        <caption class="sr-only">Your purchase suggestions</caption>
416
                                        <thead>
416
                                        <thead>
417
                                            <tr>
417
                                            <tr>
418
                                                [% IF ( loggedinusername ) %]<th>&nbsp;</th>[% END %]
418
                                                [% IF ( loggedinusername ) %]
419
                                                    <th>
420
                                                        <i data-bs-toggle="tooltip" title="Check the boxes in this column to select purchase suggestions for deletion" data-bs-placement="right" class="fa fa-info-circle" tabindex="0"></i>
421
                                                    </th>
422
                                                [% END %]
419
                                                <th class="all">Summary</th>
423
                                                <th class="all">Summary</th>
420
                                                <th>Suggested on</th>
424
                                                <th>Suggested on</th>
421
                                                <th>Note</th>
425
                                                <th>Note</th>
422
- 

Return to bug 39490