Inventory Controller und neue stock_in Maske
[kivitendo-erp.git] / templates / webpages / oe / search.html
index 9282beb..b8823de 100644 (file)
@@ -4,7 +4,6 @@
 [%- USE L %]
 [%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
 [%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
-<body>
 
 <form method="post" action="oe.pl">
 
@@ -28,6 +27,7 @@
                  limit         = vclimit,
                  show_empty    = 1,
                  allow_textbox = 1,
+                 class         = 'initial_focus',
                  -%]
      </td>
     </tr>
 <input type="hidden" name="type" value="[% HTML.escape(type) %]">
 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
 </form>
-
-</body>
-</html>