From a76e8ea929857b711f3ec28e8f3b51e17283f767 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 18 Aug 2022 22:06:41 +0200 Subject: [PATCH] Bug 27436: Set focus on first input when adding a new SQL report When adding a new SQL report, the focus/cursor should be in the first input field of the form: Report name To test: * Add a new SQL report in reports > new from SQL - cursur is in no field * Apply patch * Add another new SQL report - cursor is now in the first input field of the form: Report name --- .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 9551980fb2..fbf077c7c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -1208,7 +1208,7 @@ [% IF ( reportname ) %] [% ELSE %] - + [% END %] Required -- 2.30.2