]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/projects.pl
fokus in Projektsuche gefixt
[mfinanz.git] / bin / mozilla / projects.pl
index 4850e1620e8b75311d4ac3ed27a1c9f767f5fc9c..b7614ffc62c6a6ae9b698f7e602f312ab60d6427 100644 (file)
@@ -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');