From e3d4f13ed94266776dbe3568669def2f4c05d183 Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 %]
Editing filter: [% edit_filter.name | html %] -
+
[% IF edit_filter.opac %] -- 2.39.5