<th align="right">[% 'IBAN' | $T8 %]</th>
<td>
- [% L.input_tag('cv.iban', SELF.cv.iban, size = 34, maxlength = 100) %]
+ [% L.input_tag('cv.iban', SELF.cv.iban, size = 34) %]
</td>
<th align="right">[% 'BIC' | $T8 %]</th>
<td>
- [% L.input_tag('cv.bic', SELF.cv.bic, size = 20, maxlength = 100) %]
+ [% L.input_tag('cv.bic', SELF.cv.bic, size = 20) %]
</td>
<th align="right">[% 'Bank' | $T8 %]</th>
<th align="right">[% 'Account Number' | $T8 %]</th>
<td>
- [% L.input_tag('cv.account_number', SELF.cv.account_number, size = 20, maxlength = 100) %]
+ [% L.input_tag('cv.account_number', SELF.cv.account_number, size = 20) %]
</td>
<th align="right">[% 'Bank Code Number' | $T8 %]</th>
<td>
- [% L.input_tag('cv.bank_code', SELF.cv.bank_code, size = 20, maxlength = 100) %]
+ [% L.input_tag('cv.bank_code', SELF.cv.bank_code, size = 20) %]
</td>
</tr>
</table>
<th align="right" nowrap>[% 'Department' | $T8 %]</th>
<td>
- [% L.input_tag('cv.department_1', SELF.cv.department_1, size = 16, maxlength = 75) %]
- [% L.input_tag('cv.department_2', SELF.cv.department_2, size = 16, maxlength = 75) %]
+ [% L.input_tag('cv.department_1', SELF.cv.department_1, size = 16) %]
+ [% L.input_tag('cv.department_2', SELF.cv.department_2, size = 16) %]
</td>
</tr>
<th align="right" nowrap>[% 'Street' | $T8 %]</th>
<td>
- [% L.input_tag('cv.street', SELF.cv.street, size = 35, maxlength = 75) %]
+ [% L.input_tag('cv.street', SELF.cv.street, size = 35) %]
<span id="billing_map"></span>
<script type="text/javascript">
billingMapWidget = new kivi.CustomerVendor.MapWidget('cv_');
<th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
<td>
- [% L.input_tag('cv.zipcode', SELF.cv.zipcode, size = 5 maxlength = 10) %]
- [% L.input_tag('cv.city', SELF.cv.city, size = 30 maxlength = 75) %]
+ [% L.input_tag('cv.zipcode', SELF.cv.zipcode, size = 5) %]
+ [% L.input_tag('cv.city', SELF.cv.city, size = 30) %]
</td>
</tr>
<th align="right" nowrap>[% 'Country' | $T8 %]</th>
<td>
- [% L.input_tag('cv.country', SELF.cv.country, size = 30 maxlength = 75) %]
+ [% L.input_tag('cv.country', SELF.cv.country, size = 30) %]
</td>
</tr>
<th align="right" nowrap>[% 'Contact' | $T8 %]</th>
<td>
- [% L.input_tag('cv.contact', SELF.cv.contact, size = 28 maxlength = 75) %]
+ [% L.input_tag('cv.contact', SELF.cv.contact, size = 28) %]
</td>
</tr>
<th align="right" nowrap>[% 'Fax' | $T8 %]</th>
<td>
- [% L.input_tag('cv.fax', SELF.cv.fax, size = 30 maxlength = 30) %]
+ [% L.input_tag('cv.fax', SELF.cv.fax, size = 30) %]
</td>
</tr>
<th align="right">[% 'sales tax identification number' | $T8 %]</th>
<td>
- [% L.input_tag('cv.ustid', SELF.cv.ustid, maxlength = 14 size = 20 ) %]
+ [% L.input_tag('cv.ustid', SELF.cv.ustid, size = 20 ) %]
</td>
<th align="left" nowrap>[% 'Title' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_title', SELF.contact.cp_title, size = 40 maxlength = 75) %]
+ [% L.input_tag('contact.cp_title', SELF.contact.cp_title, size = 40) %]
[% L.select_tag('contact_cp_title_select', SELF.all_titles, with_empty = 1, onchange = '$("#contact_cp_title").val(this.value);') %]
</td>
</tr>
<th align="left" nowrap>[% 'Function/position' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_position', SELF.contact.cp_position, size = 40, maxlength = 75) %]
+ [% L.input_tag('contact.cp_position', SELF.contact.cp_position, size = 40) %]
</td>
</tr>
<th align="left" nowrap>[% 'Given Name' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_givenname', SELF.contact.cp_givenname, size = 40, maxlength = 75) %]
+ [% L.input_tag('contact.cp_givenname', SELF.contact.cp_givenname, size = 40) %]
</td>
</tr>
<th align="left" nowrap>[% 'Name' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_name', SELF.contact.cp_name, size = 40, maxlength = 75) %]
+ [% L.input_tag('contact.cp_name', SELF.contact.cp_name, size = 40) %]
</td>
</tr>
<th align="left" nowrap>[% 'Phone1' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_phone1', SELF.contact.cp_phone1, size = 40, maxlength = 75) %]
+ [% L.input_tag('contact.cp_phone1', SELF.contact.cp_phone1, size = 40) %]
</td>
</tr>
<th align="left" nowrap>[% 'Phone2' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_phone2', SELF.contact.cp_phone2, size = 40, maxlength = 75) %]
+ [% L.input_tag('contact.cp_phone2', SELF.contact.cp_phone2, size = 40) %]
</td>
</tr>
<th align="left" nowrap>[% 'Street' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_street', SELF.contact.cp_street, size = 40, maxlength = 75) %]
+ [% L.input_tag('contact.cp_street', SELF.contact.cp_street, size = 40) %]
<span id="contact_map"></span>
<script type="text/javascript">
var contactsMapWidget = new kivi.CustomerVendor.MapWidget('contact_cp_');
<th align="left" nowrap>[% 'Zip, City' | $T8 %]</th>
<td>
- [% L.input_tag('contact.cp_zipcode', SELF.contact.cp_zipcode, size = 5, maxlength = 10) %]
- [% L.input_tag('contact.cp_city', SELF.contact.cp_city, size = 25, maxlength = 75) %]
+ [% L.input_tag('contact.cp_zipcode', SELF.contact.cp_zipcode, size = 5) %]
+ [% L.input_tag('contact.cp_city', SELF.contact.cp_city, size = 25) %]
</td>
</tr>
<th align="right" nowrap>[% 'Name' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35, maxlength = 75) %]
+ [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35) %]
</td>
</tr>
<th align="right" nowrap>[% 'Abteilung' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16, maxlength = 75) %]
- [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2, size = 16, maxlength = 75) %]
+ [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16) %]
+ [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2, size = 16) %]
</td>
</tr>
<th align="right" nowrap>[% 'Street' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35, maxlength = 75) %]
+ [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35) %]
<span id="shipto_map"></span>
<script type="text/javascript">
<th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode, size = 5, maxlength = 75) %]
- [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity, size = 30, maxlength = 75) %]
+ [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode, size = 5) %]
+ [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity, size = 30) %]
</td>
</tr>
<th align="right" nowrap>[% 'Country' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35, maxlength = 75) %]
+ [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35) %]
</td>
</tr>
<th align="right" nowrap>[% 'Contact' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, size = 30, maxlength = 75) %]
+ [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, size = 30) %]
</td>
</tr>
<th align="right" nowrap>[% 'Phone' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, size = 30, maxlength = 30) %]
+ [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, size = 30) %]
</td>
</tr>
<th align="right" nowrap>[% 'Fax' | $T8 %]</th>
<td>
- [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, size = 30, maxlength = 30) %]
+ [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, size = 30) %]
</td>
</tr>