Kunde/Lieferant -> Lieferungen:
[kivitendo-erp.git] / templates / webpages / ct / form_header_master.html
index 3fc9acd..c40d3a2 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>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>
 
      <tr>
-      <th align="left" nowrap><translate>From</translate></th>
+      <th align="right" nowrap><translate>From</translate></th>
       <td>
-       <input id="from" name="from" size="10" maxlength="10" value="[% HTML.escape(from) %]">
+       <input id="from" name="from" size="10" maxlength="10" onChange="get_delivery(['shipto_id__' + delivery_id.value, 'from__' + this.value, 'to__' + to.value, 'id__' + cvid.value, 'db__' + db.value], ['delivery'])" value="[% HTML.escape(from) %]">
        <input type="button" name="fromB" id="trigger_from" value="?">
       </td>
-      <th align="left" nowrap><translate>To (time)</translate></th>
+      <th align="right" nowrap><translate>To (time)</translate></th>
       <td>
-       <input id="to" name="to" size="10" maxlength="10" value="[% HTML.escape(to) %]">
+       <input id="to" name="to" size="10" maxlength="10" onChange="get_delivery(['shipto_id__' + delivery_id.value, 'from__' + from.value, 'to__' + this.value, 'id__' + cvid.value, 'db__' + db.value], ['delivery'])" value="[% HTML.escape(to) %]">
        <input type="button" name="toB" id="trigger_to" value="?">
       </td>
      </tr>