X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=8940fb950bf7d17bfe6ba69acca30c4f36aba207;hb=aed9138b359fee7e7652fc9f90ee746a004010b3;hp=e5ba1ddf8ff48d4fe44667b360a374b20a20699b;hpb=afe394e13b5d0235b2d133575f622743714644b0;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index e5ba1ddf8..8940fb950 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -95,13 +95,14 @@ sub search { $label = ucfirst $form->{db}; $form->{title} = $locale->text($label . "s"); + $form->{fokus} = 'Form.name'; $form->header; print qq| - + -
{script}> +{script} name="Form"> {db}> @@ -661,7 +662,7 @@ sub form_header { "$form->{script}?login=$form->{login}&password=$form->{password}&action=get_contact"; my $pjx = new CGI::Ajax( 'get_contact' => $get_contact_url ); - $form->{selectcontact} = ""; + $form->{selectcontact} = ""; if (@{ $form->{CONTACTS} }) { foreach $item (@{ $form->{CONTACTS} }) { if ($item->{cp_id} == $form->{cp_id}) {