From 44bcb868e4fe7800088958d33dec29f6b5a8fdc1 Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 Signed-off-by: Laura_Escamilla --- .../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 @@ Current session - + + + Date Search Results @@ -142,7 +144,9 @@ Previous sessions - + + + Date Search Results @@ -198,7 +202,7 @@ Current session - + Date @@ -241,7 +245,9 @@ Previous sessions - + + + Date Search Results -- 2.39.5