Bugzilla – Attachment 184254 Details for
Bug 36518
Add unique IDs to the fieldsets of the item search form to facilitate customization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36518: Add IDs to section (fieldsets) of the item form to make CSS customization easier.
Bug-36518-Add-IDs-to-section-fieldsets-of-the-item.patch (text/plain), 2.68 KB, created by
anastasimarais@gmail.com
on 2025-07-17 23:24:08 UTC
(
hide
)
Description:
Bug 36518: Add IDs to section (fieldsets) of the item form to make CSS customization easier.
Filename:
MIME Type:
Creator:
anastasimarais@gmail.com
Created:
2025-07-17 23:24:08 UTC
Size:
2.68 KB
patch
obsolete
>From 4a41bacfcc8276eb1c30d001e5c7bcbc12155b11 Mon Sep 17 00:00:00 2001 >From: Rachel A-M <anastasimarais@gmail.com> >Date: Thu, 17 Jul 2025 23:11:48 +0000 >Subject: [PATCH] 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" >--- > .../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 a050fdf52e..7add771b95 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -232,14 +232,14 @@ > <a href="/cgi-bin/koha/catalogue/search.pl" class="btn btn-default"><i class="fa fa-search"></i> Go to advanced search</a> > </div> > </div> >- <fieldset> >+ <fieldset id="librarylocation"> > [% 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 %] > </fieldset> >- <fieldset> >+ <fieldset id="access_and_condition"> > [% INCLUDE form_field_select name="itype" options = itemtypes style="min-width:300px" %] > [% IF ccodes.size %] > [% INCLUDE form_field_select name="ccode" options = ccodes %] >@@ -278,7 +278,7 @@ > <label for="onloan_no">Not checked out</label> > </div> > </fieldset> >- <fieldset> >+ <fieldset id="barcodesearch"> > [% IF !query.param('f') %] > [% INCLUDE form_field_select_text %] > [% ELSE %] >@@ -290,7 +290,7 @@ > <p class="hint">% matches any number of characters</p> > <p class="hint">_ matches only a single character</p> > </fieldset> >- <fieldset> >+ <fieldset id="callnumber_checkouts"> > <div class="form-field"> > <label class="form-field-label" for="itemcallnumber_from">From call number:</label> > <input type="text" id="itemcallnumber_from" name="itemcallnumber_from" value="[% query.param('itemcallnumber_from') | html %]" /> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36518
:
184254
|
184268