From 213bb9c383793879af1e1e6e8f1c4a74feb63504 Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Fri, 8 Jan 2021 15:45:32 +0100 Subject: [PATCH] Bug 27192: Automatically set focus to the item type input box MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit When adding a new item type, you have to click inside the "Ιtem type:" input box before you can start entering text. This patch fixes that by adding the "focus" class to the relevant element so that cursor focus is set when the page loads. Test plan: 1) Try to add a new item type: notice how you have to manually click inside the "Item type:" input box before you start typing. 2) Apply this patch. 3) Repeat step 1) -- this time the "Item type:" input box should gain focus automatically. Signed-off-by: Kelly McElligott Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit a219a78239049245768ae3abd781136745f9a01f) Signed-off-by: Fridolin Somers (cherry picked from commit 791bd8803115691b0f8567eec6d99ef9509455bf) Signed-off-by: Andrew Fuerste-Henry (cherry picked from commit f7a2fe0e60f24a165b019687ace546f5cebc5267) Signed-off-by: Victor Grousset/tuxayo --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 71dbe498f6..1bd866c93e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -112,7 +112,7 @@ Item types administration [% ELSE %]
  • - Required + Required
  • [% END %]
  • -- 2.20.1