X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fshipto.html;h=6e61072d8c7ceefb4a7287665d4da4b17785f638;hb=6caf1000dabee234d86457ff433268cebd8e0447;hp=b4fbb2832d09193e5e7979c002182f4df45ef77e;hpb=95c1acfeb2631a78df6c0cec37649d68657fba04;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index b4fbb2832..6e61072d8 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 = "kivi.CustomerVendor.selectShipto({onFormSet: function(){shiptoMapWidget.testInputs();}});", + onchange = "kivi.CustomerVendor.selectShipto({onFormSet: function(){ shiptoMapWidget.testInputs(); kivi.reinit_widgets(); }});", ) %] @@ -26,16 +26,16 @@ [% 'Name' | $T8 %] - [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35) %] - [% 'Abteilung' | $T8 %] + [% 'Department' | $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,14 @@ [% 'Street' | $T8 %] - [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35) %] @@ -56,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) %] @@ -65,7 +68,15 @@ [% 'Country' | $T8 %] - [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35) %] + + + + + [% 'GLN' | $T8 %] + + + [% L.input_tag('shipto.shiptogln', SELF.shipto.shiptogln, size = 35) %] @@ -73,7 +84,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) %] @@ -81,7 +92,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) %] @@ -89,7 +100,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) %] @@ -100,9 +111,31 @@ [% L.input_tag('shipto.shiptoemail', SELF.shipto.shiptoemail, size = 45) %] + + [% shipto_cvars = SELF.shipto.cvars_by_config %] + + [% IF ( shipto_cvars.size ) %] + + +
+ + + + [% FOREACH var = shipto_cvars %] + + [% var.config.description | html %] + + + [% INCLUDE 'common/render_cvar_input.html' + cvar_name_prefix = 'shipto_cvars.' + %] + + + [% END %] + [% END %] - [% L.button_tag('submitInputButton(this);', LxERP.t8('Delete Shipto'), name = 'action_delete_shipto', class = 'submit') %] + [% L.button_tag('submitInputButton("delete_shipto");', LxERP.t8('Delete Shipto'), class = 'submit') %] [% IF ( !SELF.shipto.shipto_id ) %]