X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fprojects.pl;h=b7614ffc62c6a6ae9b698f7e602f312ab60d6427;hb=5d0aec66f1d31f99c14944f6405c7fb712f99756;hp=46ce822fb7fcc7abca8ccc81cbbfbe67aeb77541;hpb=5156f36154531634b0e1fa47664da897111a7f2c;p=kivitendo-erp.git 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');