Bugzilla – Attachment 179555 Details for
Bug 38294
Checkbox/label for search filters incorrectly aligned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38294: Fix layout of checkbox/label when editing search filters
Bug-38294-Fix-layout-of-checkboxlabel-when-editing.patch (text/plain), 1.94 KB, created by
Owen Leonard
on 2025-03-20 16:54:17 UTC
(
hide
)
Description:
Bug 38294: Fix layout of checkbox/label when editing search filters
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-03-20 16:54:17 UTC
Size:
1.94 KB
patch
obsolete
>From e3d4f13ed94266776dbe3568669def2f4c05d183 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 20 Mar 2025 16:45:46 +0000 >Subject: [PATCH] Bug 38294: Fix layout of checkbox/label when editing search > filters > >This patch makes a minor markup change in order to improve the alignment >of controls for editing a search filter in the staff interface. > >To test, apply the patch and make sure the SavedSearchFilters system >preference is enabled. > >- In the staff client catalog, perform a search. >- At the top of the search results, click "Save search as filter". >- Fill out the form and save the search filter. >- Go to Administration -> Search filters. >- Click the "Edit search" button for your filter. >- You should be returned to the advanced search page and there should be > an "Editing filter" form at the top. The "Show in OPAC" and "Show in > staff interface" labels and checkboxes should be aligned neatly with > the buttons in the toolbar. > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >index c9b603d563f..5e71518f4bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >@@ -46,7 +46,7 @@ > [% IF edit_filter %] > <div id="toolbar" class="btn-toolbar"> > <legend>Editing filter: [% edit_filter.name | html %]</legend> >- <div class="btn-group"> >+ <div class="p-2"> > <label for="filter_edit_opac">Show in OPAC?</label> > [% IF edit_filter.opac %] > <input type="checkbox" id="show_filter_opac" name="show_filter_opac" checked="checked" /> >-- >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 38294
:
179555
|
179627
|
180438