From f60c4f10841eee0b9479529dffefc9db62f63b7f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 26 Oct 2020 19:46:30 +0000 Subject: [PATCH] Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC This patch adds the "focus" class to the list name input box in order to automatically set focus on the field. To test, apply the patch and log in to the OPAC. - Go to Lists -> New list. - The cursor focus should automatically be on the "list name" field. Signed-off-by: B Johnson --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index b819c1007b..aa108764ad 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -616,7 +616,7 @@
  1. - + Required
  2. -- 2.11.0