1 [% USE L %][% USE HTML %][% USE T8 %][% USE LxERP %]
 
   2     <table width="100%" id="shipto_table">
 
   4       <th align="right">[% 'Shipping Address' | $T8 %]</th>
 
   6        [% L.select_tag('shipto_id', SHIPTO, default = shipto_id, value_key = 'shipto_id', title_sub = \shipto_label, with_empty = 1, empty_title = LxERP.t8('New shipto'),
 
   7                        onchange = "\$('#shipto').load('ct.pl?action=get_shipto&id=' + \$('#cvid').val() + '&db=' + \$('#db').val() + '&shipto_id=' + this.value)") %]
 
  12       <th align="right" nowrap>[% 'Name' | $T8 %]</th>
 
  13       <td><input id="shiptoname" name="shiptoname" size="35" maxlength="75" value="[% HTML.escape(shiptoname) %]"></td>
 
  17       <th align="right" nowrap>[% 'Abteilung' | $T8 %]</th>
 
  19        <input id="shiptodepartment_1" name="shiptodepartment_1" size="16" maxlength="75" value="[% HTML.escape(shiptodepartment_1) %]">
 
  20        <input id="shiptodepartment_2" name="shiptodepartment_2" size="16" maxlength="75" value="[% HTML.escape(shiptodepartment_2) %]">
 
  25       <th align="right" nowrap>[% 'Street' | $T8 %]</th>
 
  26       <td><input id="shiptostreet" name="shiptostreet" size="35" maxlength="75" value="[% HTML.escape(shiptostreet) %]"></td>
 
  30       <th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
 
  32        <input id="shiptozipcode" name="shiptozipcode" size="5" maxlength="75" value="[% HTML.escape(shiptozipcode) %]">
 
  33        <input id="shiptocity" name="shiptocity" size="30" maxlength="75" value="[% HTML.escape(shiptocity) %]">
 
  38       <th align="right" nowrap>[% 'Country' | $T8 %]</th>
 
  39       <td><input id="shiptocountry" name="shiptocountry" size="35" maxlength="75" value="[% HTML.escape(shiptocountry) %]"></td>
 
  43       <th align="right" nowrap>[% 'Contact' | $T8 %]</th>
 
  44       <td><input id="shiptocontact" name="shiptocontact" size="30" maxlength="75" value="[% HTML.escape(shiptocontact) %]"></td>
 
  48       <th align="right" nowrap>[% 'Phone' | $T8 %]</th>
 
  49       <td><input id="shiptophone" name="shiptophone" size="30" maxlength="30" value="[% HTML.escape(shiptophone) %]"></td>
 
  53       <th align="right" nowrap>[% 'Fax' | $T8 %]</th>
 
  54       <td><input id="shiptofax" name="shiptofax" size="30" maxlength="30" value="[% HTML.escape(shiptofax) %]"></td>
 
  58       <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
 
  59       <td><input id="shiptoemail" name="shiptoemail" size="45" value="[% HTML.escape(shiptoemail) %]"></td>
 
  64     <input type="submit" id="delete_shipto" name="action" value="[% 'Delete Shipto' | $T8 %]">