Bug 41677

Summary: Use template wrapper for tabs: OAI repositories
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: Passed QA --- QA Contact: Laura Escamilla <Laura.escamilla>
Severity: enhancement    
Priority: P5 - low CC: Laura.escamilla
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: Sponsored Comma delimited list of Sponsors: Athens County Public Libraries
Crowdfunding goal: 0 Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 40703, 32571    
Bug Blocks:    
Attachments: Bug 41677: Use template wrapper for tabs: OAI repositories
Bug 41677: Use template wrapper for tabs: OAI repositories
Bug 41677: Use template wrapper for tabs: OAI repositories
Bug 41677: Use template wrapper for tabs: OAI repositories

Description Owen Leonard 2026-01-21 16:18:05 UTC
The OAI repositories search include (oai-admin-search.inc, included on admin/oai_servers.pl) was missed when we were transitioning to using a template wrapper for tabs.
Comment 1 Owen Leonard 2026-01-21 16:32:36 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2026-01-21 16:44:16 UTC
Created attachment 191801 [details] [review]
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
Comment 3 David Nind 2026-01-21 22:46:02 UTC
Created attachment 191848 [details] [review]
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 <david@davidnind.com>
Comment 4 Laura Escamilla 2026-01-23 16:35:43 UTC
Created attachment 191963 [details] [review]
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 <david@davidnind.com>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>