From a33e833fe00e4c19125810f5b2004fa7f92541e6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 4 Feb 2023 23:58:05 +0000 Subject: [PATCH] Bug 31407: Set focus for cursor to Currency when adding a new currency This makes sure that the focus is on the first field of the form when adding a new currency. To test: * Go to administration > currencies * Add a new currency * Verify the focus is not on the form * Apply patch * Repeat, verify the focus is now on the first input "currency" Signed-off-by: Owen Leonard Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fcb19865e82c6389f64a984ed8ef0dbde5afc2d7) Signed-off-by: Jacob O'Mara (cherry picked from commit 1d19b62a24a50f3458040881e3463e7d827d5612) Signed-off-by: Lucas Gass (cherry picked from commit f09eed687cf35f9c4f8423cda74be5ca4ed3ec0f) Signed-off-by: Arthur Suzuki --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt index cc9fce0a83..c12b362268 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -111,7 +111,7 @@ [% currency.currency | html %] [% ELSE %] - Required + Required [% END %]
  • -- 2.39.5