From 247b1a015b2bd108792aa8e776262a779346c4db 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 --- .../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 a182acc8dfb..2d466aba4b4 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' %] -