| Summary: | Add an id to the div containing payments tabs | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
| Component: | Patrons | Assignee: | Laura Escamilla <Laura.escamilla> |
| Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, kyle, Laura.escamilla |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: |
An id="account-tabs" attribute has been added to the account/payment tab navigation (Transactions, Make a payment, Create manual invoice, Create manual credit). This allows for easier customization and targeting with CSS/JS without conflicting with the global toptabs navigation.
|
|
| Version(s) released in: | Circulation function: | ||
| Attachments: | Bug 40794: Add id='account-tabs' wrapper to payment and account tab templates | ||
|
Description
Mathieu Saby
2025-09-11 14:43:31 UTC
Created attachment 186976 [details] [review] Bug 40794: Add id='account-tabs' wrapper to payment and account tab templates This patch adds a new id="account-tabs" to that div. To test: Apply the patch and restart_all. Clear browser cache if necessary. 1. Go to a patron’s accounting tab → Transactions / Make payment / Manual invoice / Manual credit. 2. Inspect the HTML for the tabs menu. The surrounding div should have both class="toptabs" and id="account-tabs". 3. Verify styling and tab functionality remain unchanged. 4. Sign off and have a great day! :D |