From 2b7b8ed0500fe8f505338068ea8b192dbb0974fb 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 --- koha-tmpl/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 860d08f..8752229 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.1.4