Summary: | Add unique IDs to the fieldsets of the item search form to facilitate customization | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Staff interface | Assignee: | anastasimarais <anastasimarais> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aleisha, david, gmcharlt |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
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.
Bug 36518: Add IDs to sections (fieldsets) on the item search form |
Description
Katrin Fischer
2024-04-04 10:21:29 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" 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> 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 |