X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/350fba592256b332e51ba09c5f65bada3836784d..HEAD:/templates/webpages/shops/form.html 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) %] +