From b11d1c356c6aa7d686850edfc5a224c9b6276ae0 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. --- 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.11.0