From a86f2b5bfea93e95ff9521f8c48a3179e7c50268 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 18 Aug 2022 20:56:02 +0000 Subject: [PATCH] Bug 31400: Set focus on first input when adding a new matching rule When adding a new matching rule the cursor/focus should be in the first input field of the form: Matching rule code * Add a new matching rule form administration > matching rules * Verify the cursor is in the search form on top of the page * Apply patch * Add another new matching rule * Verify the cursor is now in the first input field of the form --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt index f9da8b684e..1896e40654 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt @@ -127,7 +127,7 @@ [% code | html %] [% ELSE %] - + Required [% END %] -- 2.30.2