From 806e63d8464fcc71fbb9160ba08c58533b16ed74 Mon Sep 17 00:00:00 2001 From: Ella Wipatene Date: Mon, 18 Jan 2021 23:50:07 +0000 Subject: [PATCH] Bug 27195: Set focus for cursor to city input box when creating new cities (Before downloading the patch) 1. Go to administration 2. Go to cities 3. Click on add new city 4. See if the cursor automatically focuses to the first city container (It shouldn't). 5. Apply patch 6. Repeat steps 1-4 7. If the cursor automatically focuses in the first city container, the patch has worked! Sponsored-by: Catalyst IT Signed-off-by: Barbara Johnson --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt index 618e757773..3deec88286 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -168,6 +168,7 @@ [% INCLUDE 'datatables.inc' %]