From: Sven Schöling Date: Fri, 26 Oct 2012 11:48:47 +0000 (+0200) Subject: fokus in Projektsuche gefixt X-Git-Tag: release-3.0.0beta1~82 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/d3793aeb18c4cf1ad11859c073739c0dee6dcb38 fokus in Projektsuche gefixt --- 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');