From c4a54d8e8afca37bfeb2531cf3d66695da3d6a98 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 Signed-off-by: Joy Nelson --- .../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 8da6c2b4b9..541043a4a3 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 @@ -241,4 +241,12 @@ +[% MACRO jsinclude BLOCK %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] -- 2.39.5