Fehlende Localesläufe aus 4091 und 4093.
[kivitendo-erp.git] / templates / webpages / ct / form_header_master.html
index ef278a3..e4d98a0 100644 (file)
@@ -2,7 +2,7 @@
 
  <div class="listtop">[% title %]</div>
 
- <form method="post" name="ct" action="ct.pl">
+ <form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
 
   <ul id="maintab" class="shadetabs">
    <li class="selected"><a href="#" rel="billing"><translate>Billing Address</translate></a></li>
      <tr>
       <th align="right"><translate>Tax Number / SSN</translate></th>
       <td><input name="taxnumber" size="20" value="[% HTML.escape(taxnumber) %]"></td>
-      <th align="right"><translate>USt-IdNr.</translate></th>
+      <!-- Anm.: R&B 15.11.2008        VAT Reg No ist Ust-ID in GB, aber generell sollte es laut Richardson die sales tax id sein -->
+       <th align="right"><translate>sales tax identification number</translate></th>
       <td><input name="ustid" maxlength="14" size="20" value="[% HTML.escape(ustid) %]"></td>
-      [%- IF is_sustomer %]
-      <th align="right"><translate>KNr. beim Kunden</translate></th>
+      [%- IF is_customer %]
+      <th align="right"><translate>our vendor number at customer</translate></th>
       <td><input name="c_vendor_id" size="10" value="[% HTML.escape(c_vendor_id) %]"></td>
       [%- ELSE %]
-      <th align="right"><translate>Kundennummer</translate></th>
-      <td><input name="v_customer_id" size="10" value="[% HTML.escape(v_customer_id) %]"></td>
+      <th align="right"><translate>Customer Number</translate></th>
+       <td><input name="v_customer_id" size="10" value="[% HTML.escape(v_customer_id) %]"></td>
       [%- END %]
      </tr>
 
      <tr>
       <th align="right"><translate>Account Number</translate></th>
-      <td><input name="account_number" size="10" maxlength="15" value="[% HTML.escape(account_number) %]"></td>
+      <td><input name="account_number" size="10" maxlength="100" value="[% HTML.escape(account_number) %]"></td>
       <th align="right"><translate>Bank Code Number</translate></th>
-      <td><input name="bank_code" size="10" maxlength="10" value="[% HTML.escape(bank_code) %]"></td>
+      <td><input name="bank_code" size="10" maxlength="100" value="[% HTML.escape(bank_code) %]"></td>
       <th align="right"><translate>Bank</translate></th>
-      <td><input name="bank" size="30" value="[% HTML.escape(bank) %]"></td>
+      <td><input name="bank" size="20" value="[% HTML.escape(bank) %]"></td>
+     </tr>
+
+     <tr>
+      <th align="right"><translate>IBAN</translate></th>
+      <td><input name="iban" size="10" maxlength="100" value="[% HTML.escape(iban) %]"></td>
+      <th align="right"><translate>BIC</translate></th>
+      <td><input name="bic" size="10" maxlength="100" value="[% HTML.escape(bic) %]"></td>
      </tr>
 
      <tr>
      <tr>
       <td align="right"><translate>Obsolete</translate></td>
       <td><input name="obsolete" class="checkbox" type="checkbox" value="1" [% IF obsolete %]checked[% END %]></td>
+      <td align="right"><translate>direct debit</translate></td>
+      <td><input name="direct_debit" class="checkbox" type="checkbox" value="1" [% IF direct_debit %]checked[% END %]></td>
      </tr>
 
      <tr>