Bugzilla – Attachment 182631 Details for
Bug 39925
Table columns missing headings for bibliographic search history in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39925: Table columns missing headings for bibliographic search history in OPAC
Bug-39925-Table-columns-missing-headings-for-bibli.patch (text/plain), 3.65 KB, created by
Roman Dolny
on 2025-05-19 18:03:03 UTC
(
hide
)
Description:
Bug 39925: Table columns missing headings for bibliographic search history in OPAC
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2025-05-19 18:03:03 UTC
Size:
3.65 KB
patch
obsolete
>From f22fe99f5c9a0ece80d716d3a7b6b4e2c0c340ca Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 19 May 2025 15:31:03 +0000 >Subject: [PATCH] Bug 39925: Table columns missing headings for bibliographic > search history in OPAC > >This patch updates the OPAC search history page to make table headings >consistent with each other. > >To test, apply the patch and log in to the OPAC, ideally as a user who >has performed catalog searches on previous occasions. > >- On the patron's search history page, each table should have the same > heading configuration: An unsorted first column with an information > icon at the top. The icon should display a tooltip on mouse-over. >- Check the Catalog current session, catalog previous sessions, > Authority current session, and authority previous sessions. > >Sponsored-by: Athens County Public Libraries >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > .../bootstrap/en/modules/opac-search-history.tt | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >index ffd3c69649..c03edb9742 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >@@ -91,7 +91,9 @@ > <caption class="sr-only">Current session</caption> > <thead> > <tr> >- <th class="no-sort"></th> >+ <th class="no-sort"> >+ <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> >+ </th> > <th>Date</th> > <th>Search</th> > <th>Results</th> >@@ -142,7 +144,9 @@ > <caption class="sr-only">Previous sessions</caption> > <thead> > <tr> >- <th></th> >+ <th class="no-sort"> >+ <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> >+ </th> > <th>Date</th> > <th>Search</th> > <th>Results</th> >@@ -198,7 +202,7 @@ > <caption class="sr-only">Current session</caption> > <thead> > <tr> >- <th> >+ <th class="no-sort"> > <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> > </th> > <th>Date</th> >@@ -241,7 +245,9 @@ > <caption class="sr-only">Previous sessions</caption> > <thead> > <tr> >- <th></th> >+ <th class="no-sort"> >+ <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> >+ </th> > <th>Date</th> > <th>Search</th> > <th>Results</th> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39925
:
182629
| 182631