Helper::Csv: is_known in dispatcher gefixt
[kivitendo-erp.git] / templates / webpages / cp / form_header.html
index c513eca..7b87c2f 100644 (file)
@@ -2,8 +2,6 @@
 [%- USE HTML %]
 [%- USE T8 %]
 [%- USE LxERP %]
-<body onload=[% onload %]>
-
 <form method=post action=cp.pl>
 
 [% L.hidden_tag('defaultcurrency', defaultcurrency) %]
         [% IF vc == 'customer' %]
         <tr>
           <th align=right>[% 'Customer Number' | $T8 %]</th>
-          <td><input name="customernumber" size="35"</td>
+          <td><input name="customernumber" size="35"></td>
         </tr>
         [% END %]
         <tr>
           <th align=right>[% 'Invoice Number' | $T8 %]</th>
-          <td><input name="invnumber" size="35"</td>
+          <td><input name="invnumber" size="35"></td>
         </tr>
         <tr valign=top>
           <th align=right nowrap>[% 'Address' | $T8 %]</th>