X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshops%2Fform.html;h=2f08e728255d9aa494777fedb242578a9073e7ca;hb=894d21096d7124342743ee47385ef5493078854c;hp=aae9d8a8bd85f314ea602339f702e88f710e6b43;hpb=350fba592256b332e51ba09c5f65bada3836784d;p=kivitendo-erp.git diff --git a/templates/webpages/shops/form.html b/templates/webpages/shops/form.html index aae9d8a8b..2f08e7282 100644 --- a/templates/webpages/shops/form.html +++ b/templates/webpages/shops/form.html @@ -43,6 +43,10 @@ [% 'Port' | $T8 %] [%- L.input_tag("shop.port", SELF.shop.port, size=5) %] + + [% 'Proxy' | $T8 %] + [%- L.input_tag("shop.proxy", SELF.shop.proxy, size=size) %] + [% 'Path' | $T8 %] [%- L.input_tag("shop.path", SELF.shop.path, size=size) %] @@ -73,12 +77,16 @@ [% 'Default part for shipping costs' | $T8 %] - [%- P.part.picker('shop.shipping_costs_parts_id', 'SELF.shop.shipping_costs_parts_id', style="width: 300px") %] + [%- P.part.picker('shop.shipping_costs_parts_id', SELF.shop.shipping_costs_parts_id, style="width: 300px") %] [% 'Obsolete' | $T8 %] [% L.checkbox_tag('shop.obsolete', checked = SELF.shop.obsolete, for_submit=1) %] + + [% 'Use Long Description from Parts for Shop Long Description' | $T8 %] + [% L.yes_no_tag('shop.use_part_longdescription', SELF.shop.use_part_longdescription) %] +