From 51059a47b90b4ff14870a1adcfb95317366ee262 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 30 Jul 2013 08:58:38 +0200 Subject: [PATCH] Initialer Focus in OE-Masken auf Kunden-/Lieferanteninput --- templates/webpages/oe/form_header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 8d07f73a7..5025d749c 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -55,6 +55,7 @@ [%- INCLUDE 'generic/multibox.html' name = vc, style = 'width: 250px', + class = 'initial_focus', DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, id_sub = 'vc_keys', label_key = 'name', -- 2.20.1