]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ap.pl
update Installations-Doku vor allem postgres
[mfinanz.git] / bin / mozilla / ap.pl
index d7e9a4d1027b50969efffd6d5a14853f566b6dbc..8c55a3d9cd29b536bd169fae1e344ba8791ce2d1 100644 (file)
@@ -410,8 +410,6 @@ sub form_header {
 
   $form->header;
   print qq|
-<body onLoad="$onload">
-
 <form method=post action=$form->{script}>
 
 <input type=hidden name=id value=$form->{id}>
@@ -1223,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 },