Bug 36518 - Add unique IDs to the fieldsets of the item search form to facilitate customization
Summary: Add unique IDs to the fieldsets of the item search form to facilitate customi...
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: anastasimarais@gmail.com
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2024-04-04 10:21 UTC by Katrin Fischer
Modified: 2025-07-20 21:35 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
This enhancement adds IDs to the fieldsets on the staff interface search form (Search > Item search), to make CSS customization easier. The fieldset IDs are: - Library and location section: librarylocation - Item information section: access_and_condition - Barcode search section: barcodesearch - Call number section: callnumber_checkouts
Version(s) released in:
Circulation function:


Attachments
Bug 36518: Add IDs to section (fieldsets) of the item form to make CSS customization easier. (2.68 KB, patch)
2025-07-17 23:24 UTC, anastasimarais@gmail.com
Details | Diff | Splinter Review
Bug 36518: Add IDs to sections (fieldsets) on the item search form (2.89 KB, patch)
2025-07-18 01:03 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2024-04-04 10:21:29 UTC
It would be nice if we could add some IDs to the various section of the item form to make it easier to customize with CSS.
Comment 1 anastasimarais@gmail.com 2025-07-17 23:24:08 UTC
Created attachment 184254 [details] [review]
Bug 36518: Add IDs to section (fieldsets) of the item form to make CSS customization easier.

1. Navigate to Catalog > Item search

2. Right click: Inspect(Q)

3. Use Search HTML bar to search for fieldset IDs:
"librarylocation"
"access_and_condition"
"barcodesearch"
"callnumber_checkouts"
Comment 2 David Nind 2025-07-18 01:03:37 UTC
Created attachment 184268 [details] [review]
Bug 36518: Add IDs to sections (fieldsets) on the item search form

This patch adds IDs to the fieldsets on the staff interface search form
(Search > Item search), to make CSS customization easier.

Test plan:
1. Go to Search > Item search in the staff interface.
2. Right click: Inspect(Q)
3. Use ithe Search HTML bar to search for fieldset IDs:
   - "librarylocation"
   - "access_and_condition"
   - "barcodesearch"
   - "callnumber_checkouts"

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2025-07-18 01:07:45 UTC
Nice work and thanks for the patch!

I've updated the commit message to follow the guidelines (https://wiki.koha-community.org/wiki/Commit_messages) and added a release note.

David Nind