From ff52478d09b522974c436904b0145bab83d88127 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 Oct 2020 17:55:26 +0000 Subject: [PATCH] Bug 26694: Set focus for cursor to search input box on guarantor_search.pl This patch adds the "focus" class to the patron search field so that cursor focus is set when the page loads. To test, apply the patch and view an adult patron record in the staff client. - Click the "Add guaratee" button in the patron toolbar. - On the following "Add patron" page, click the "Search to add" button in the "Patron guarantor" section. - A popup window should appear, and the focus should automatically be on the first form field. Signed-off-by: Barbara Johnson Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt index b78ec9bd31..cd5c412a61 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt @@ -19,7 +19,7 @@
  1. - +
  2. -- 2.39.5