X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dae2afe84c22b0043ea49fba5bc568675c6957c6..3ffb8503eb3565d2d1fec24cc33bd4b8692e8085:/bin/mozilla/projects.pl diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index 46ce822fb..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} = 'getElementById("projectnumber")'; + $::request->{layout}->focus('#projectnumber'); $form->header(); print $form->parse_html_template('projects/search');