X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fshipto.html;h=97cfa9d1f9260bf518ffc5e91ac18000205b485e;hb=fa7fc7eeb3ca718914affee06c0629a08d571288;hp=ef20e7fe1872ca702abcbeb69b748a74fa5a5be9;hpb=54f00ed88d7ed5fcd286ac72b9a9052243153c57;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index ef20e7fe1..97cfa9d1f 100644 --- a/templates/webpages/customer_vendor/tabs/shipto.html +++ b/templates/webpages/customer_vendor/tabs/shipto.html @@ -16,7 +16,7 @@ title_key = 'displayable_id', with_empty = 1, empty_title = LxERP.t8('New shipto'), - onchange = "namespace('kivi.CustomerVendor').selectShipto();" + onchange = "kivi.CustomerVendor.selectShipto({onFormSet: function(){ shiptoMapWidget.testInputs(); local_reinit_widgets(); }});", ) %] @@ -26,7 +26,7 @@ [% 'Name' | $T8 %] - [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35) %] @@ -34,8 +34,8 @@ [% 'Abteilung' | $T8 %] - [% 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) %] @@ -43,11 +43,15 @@ [% 'Street' | $T8 %] - [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35, maxlength = 75) %] - - - [% 'Map' | $T8 %] - + [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35) %] + + + @@ -55,8 +59,8 @@ [% 'Zipcode' | $T8 %]/[% 'City' | $T8 %] - [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptostreet, 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) %] @@ -64,7 +68,7 @@ [% 'Country' | $T8 %] - [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35) %] @@ -72,7 +76,7 @@ [% 'Contact' | $T8 %] - [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, size = 30, maxlength = 75) %] + [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, size = 30) %] @@ -80,7 +84,7 @@ [% 'Phone' | $T8 %] - [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, size = 30, maxlength = 30) %] + [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, size = 30) %] @@ -88,7 +92,7 @@ [% 'Fax' | $T8 %] - [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, size = 30, maxlength = 30) %] + [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, size = 30) %]