From bc07a839ead8e1133e2a3ec7800b6dcca3d23584 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 21 Jan 2026 11:19:09 -0500 Subject: [PATCH] Bug 41677: Use template wrapper for tabs: OAI repositories This patch updates the OAI repositories search include to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and go to Administration -> OAI repositories. - The search form in the header should have three options: Search OAI repositories, Check out, and Search catalog. - Each tab should activate correctly, and each search form should should work as expected.* * Note that the OAI repositories form searches by repository name using a "Starts with" search. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind --- .../prog/en/includes/oai-admin-search.inc | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/oai-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/oai-admin-search.inc index a182acc8df..2d466aba4b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/oai-admin-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/oai-admin-search.inc @@ -1,8 +1,10 @@ +[% USE raw %] [% USE Koha %] +[% PROCESS 'html_helpers.inc' %] -