X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/16a12c3cec5b300f895ea55245aa36325f18a4ff..b68213ba55ae268:/bin/mozilla/ap.pl diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 9860530ad..8c55a3d9c 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -409,11 +409,7 @@ sub form_header { '-default' => $form->{"globalproject_id"} )); $form->header; - my $onload = qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|; - $onload .= qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|; print qq| - -
{script}> {id}> @@ -1164,8 +1160,6 @@ sub delete { delete $form->{header}; print qq| - - {script}> |; @@ -1185,9 +1179,6 @@ sub delete {
- - - |; $main::lxdebug->leave_sub(); @@ -1230,7 +1221,7 @@ sub search { $form->all_vc(\%myconfig, "vendor", "AP"); $form->{title} = $locale->text('AP Transactions'); - $form->{fokus} = "search.vendor"; + $::request->{layout}->focus('#vendor'); $form->{jsscript} = 1; $form->get_lists("projects" => { "key" => "ALL_PROJECTS", "all" => 1 },