From fbfa816df843ee47ef99d527d9668692d8704805 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 Oct 2020 14:36:34 +0000 Subject: [PATCH] Bug 26729: Add focus class to vendor name field in vendor add form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds the "focus" class to the vendor name field in the form for adding or editing a vendor in acquisitions. To test, apply the patch and go to Acquisitions -> New vendor. On page load the cursor focus should automatically be on the vendor name field. The same should true when editing an existing vendor. Signed-off-by: Séverine QUEUNE --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 3cea6c7..b4aaa6d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -127,7 +127,7 @@
Company details
  1. - Required
  2. + Required
  3. -- 2.1.4