Bug 40794

Summary: Add an id to the div containing payments tabs
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mathieu Saby 2025-09-11 14:43:31 UTC
In payment pages (pay.pl etc) there is a menu with 4 tabs (Transactions, make a payment...)

In Koha 23.11 the div for this menu had an id (toptabs). It is no more the case (I suppose this is because toptabs is now used for the general top-bar menu of Koha).

It would be nice to add a new id to this div, to help code manipulation with CSS/JS