From befa8b79f46fa8815bed0da27cbf406ca8a9b94f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 12 Jun 2007 11:37:39 +0000 Subject: [PATCH] Kunden-/Lieferantenstammdatensuche: Fokus initial auf das Feld "Firmenname" setzen. --- bin/mozilla/ct.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 08d825862..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}> -- 2.20.1