From 3606432bed84c6c723703ed48f352ffc0f18f306 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 18 Aug 2022 20:33:42 +0000 Subject: [PATCH] Bug 31398: Set focus on first input when adding a new authority type When adding a new authority type the focus should be on the first field of the input form: Authority type * Add a new authority type from administration > authority types * Verify the focus is not on any of the form fields/inputs * Apply patch * Add another new authority type * Verify the focus/cursor is now in the Authority type field Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index 5df96eda7d..663e528397 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -110,7 +110,7 @@ Authority types › Administration › Koha [% ELSE %]
10 characters maximum
- + Required [% END %] -- 2.30.2