From 7e2298c76ac6f100b449d72cb1a08c053bab1bd3 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Thu, 18 Oct 2012 17:51:43 +0200 Subject: [PATCH] =?utf8?q?Fehlendes=20Men=C3=BC=20bei=20Stammdaten->Berich?= =?utf8?q?te->Projekte=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/projects.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index 46ce822fb..4850e1620 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")'; + $form->{fokus} = 'Form.projectnumber'; $form->header(); print $form->parse_html_template('projects/search'); -- 2.20.1