From 54f4cbc336113f5cf0e45f709a6bc38d9c6034e3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 Oct 2020 14:16:41 +0000 Subject: [PATCH] Bug 26712: Set focus for cursor to basket name input box on basketheader.pl This patch adds the "focus" class to the basket name field in the form for creating a new basket in acquisitions. To test, apply the patch and go to Acquisitions -> Vendor -> New basket. - Upon page load the cursor should be focused on the basket name field. - The same should be true if you edit an existing basket. Signed-off-by: Barbara Johnson --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt index dc238a6698..82ad6c74e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt @@ -50,7 +50,7 @@ [% END %]
  • - + Required
  • -- 2.11.0