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