]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/ar/form_header.html
Einkauf/Verkauf: Vorgangsbezeichnung in Suche default an…
[kivitendo-erp.git] / templates / webpages / ar / form_header.html
index 8d470faf4df9f40cf15d4407dbb44fc5d7bba3e5..af9262ddb655eb00d45836029f7d53fc8f2f7a62 100644 (file)
@@ -39,9 +39,9 @@
                 <th align="right" nowrap>[% 'Customer' | $T8 %]</th>
                 <td colspan=3>
 [%- IF selectcustomer %]
-    <select id='customer' name="customer" onchange="document.getElementById('update_button').click();">[% selectcustomer %]</select>
+    <select id='customer' name="customer" onchange="document.getElementById('update_button').click();" class="initial_focus">[% selectcustomer %]</select>
 [%- ELSE %]
-    <input id='customer' name=customer value="[% customer | html %]" size=35>
+    <input id='customer' name=customer value="[% customer | html %]" size=35 class="initial_focus">
 [%- END %]
                 <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('customer')"></td>
                 [% L.hidden_tag('selectcustomer', selectcustomer) %]