From e7f1bb335418a935c7e7985b5bfca5d74fb832c1 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 11 Mar 2020 03:38:44 +0000 Subject: [PATCH] Bug 24844: Focus syspref searchbar To test: 1) Go to Administration 2) Notice neither of the syspref search bars are focussed so you have to click inside one to begin searching 3) Apply patch and refresh page 4) Notice the header syspref search bar is now focussed so you can begin typing straight away Sponsored-by: Catalyst IT Signed-off-by: Sally Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/admin/admin-home.tt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index 860d08fd2c..87522295b9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -243,4 +243,12 @@ +[% MACRO jsinclude BLOCK %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] -- 2.20.1