Bug 40794 - Add an id to the div containing payments tabs
Summary: Add an id to the div containing payments tabs
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-11 14:43 UTC by Mathieu Saby
Modified: 2025-09-11 14:43 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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