From 0e4c2e2bc5086d4b995bdbe7a797c94f35a6e770 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 18 Aug 2022 20:15:30 +0000 Subject: [PATCH] Bug 27191: Set focus on first input when adding a new patron category When adding a new patron category, the focus/cursor should be in the first input field of the form: Category code To test: * Add a new patron category in administration > patron categories - cursur is in no field * Apply patch * Add another new patron category - cursor is now in the first input field of the form: Category code Signed-off-by: Barbara Johnson Signed-off-by: David Nind Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index 1982459a7e..74479100dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -149,7 +149,7 @@ [% ELSE %]
  • - + Required
  • [% END %] -- 2.30.2