From d3793aeb18c4cf1ad11859c073739c0dee6dcb38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 26 Oct 2012 13:48:47 +0200 Subject: [PATCH] fokus in Projektsuche gefixt --- bin/mozilla/projects.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index 4850e1620..b7614ffc6 100644 --- a/bin/mozilla/projects.pl +++ b/bin/mozilla/projects.pl @@ -92,7 +92,7 @@ sub search { $form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables' => $form->{CUSTOM_VARIABLES}, 'include_prefix' => 'l_', 'include_value' => 'Y'); - $form->{fokus} = 'Form.projectnumber'; + $::request->{layout}->focus('#projectnumber'); $form->header(); print $form->parse_html_template('projects/search'); -- 2.20.1