From 444ea42206b1f1f0b6282381ca6aa82e6a62d537 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 31 Oct 2023 16:58:48 +0000 Subject: [PATCH] Bug 35205: Fix duplicate id attribute in desks search form This patch updates the header search form for desks administration so that it doesn't contain an HTML id attribute which duplicates one on the desks entry form. To test, apply the patch and make sure the "UseCirculationDesks" system preference is enabled. - Go to Administration -> Circulation desks -> New desk. - Click the "Desk" label in the entry form. Cursor focus should move to the adjacent input field. - Click the "Search desks" label in the header search form to confirm that your cursor moves to the header search form. --- .../intranet-tmpl/prog/en/includes/desks-admin-search.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc index 53d15e7dd4..4d017c588c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc @@ -5,11 +5,11 @@