From ae9b4a6ace48b4df755f6420336b1fc54be7bf77 Mon Sep 17 00:00:00 2001 From: Rachel A-M Date: Thu, 17 Jul 2025 23:11:48 +0000 Subject: [PATCH] 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 Signed-off-by: Laura_Escamilla --- .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt index 11b3fc298d..e637321aba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -236,14 +236,14 @@ Go to advanced search -
+
[% INCLUDE form_field_select name="homebranch" options = branches %] [% INCLUDE form_field_select name="holdingbranch" options = branches %] [% IF locations.size %] [% INCLUDE form_field_select name="location" options = locations %] [% END %]
-
+
[% INCLUDE form_field_select name="itype" options = itemtypes style="min-width:300px" %] [% IF ccodes.size %] [% INCLUDE form_field_select name="ccode" options = ccodes %] @@ -282,7 +282,7 @@
-
+
[% IF !query.param('f') %] [% INCLUDE form_field_select_text %] [% ELSE %] @@ -297,7 +297,7 @@

Manage custom fields for item search

[% END %]
-
+
-- 2.39.5