Summary: | Patrons entry in additional fields has wrong header | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | Staff interface | Assignee: | Pedro Amorim <pedro.amorim> |
Status: | Pushed to main --- | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | minor | ||
Priority: | P5 - low | CC: | david, gmcharlt, pedro.amorim |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | String patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This fixes the heading level for Koha administration > Additional parameters > Additional fields > Patrons - from an H3 to an H2 (follow-up to Bug 38662 - Additional fields admin page hard to read).
|
|
Version(s) released in: |
25.05.00
|
Circulation function: | |
Bug Depends on: | 38662 | ||
Bug Blocks: | |||
Attachments: |
Bug 39663: Fiz header element for Patrons
Bug 39663: Fix header element for Patrons |
Description
Pedro Amorim
2025-04-17 08:43:57 UTC
Created attachment 181052 [details] [review] Bug 39663: Fiz header element for Patrons Commit https://github.com/Koha-Community/Koha/commit/f42df40 renamed 'Members' to 'Patrons' but didnt adjust h3->h2 as it did with every other entry in this page Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> Created attachment 181218 [details] [review] Bug 39663: Fix header element for Patrons Commit https://github.com/Koha-Community/Koha/commit/f42df40 renamed 'Members' to 'Patrons' but didnt adjust h3->h2 as it did with every other entry in this page Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> Signed-off-by: David Nind <david@davidnind.com> I fixed the commit message title: Fiz -> Fix I added my sign-off as well, although probably not needed. Thanks David! :) Pushed for 25.05! Well done everyone, thank you! |