X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/966ba2b155a1646d67ac8a8d1f3ec0527a268fb2..HEAD:/templates/webpages/shops/form.html
diff --git a/templates/webpages/shops/form.html b/templates/webpages/shops/form.html
index 280c61b09..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) %] |
@@ -71,10 +75,18 @@
[% 'Transaction description' | $T8 %] |
[%- L.input_tag("shop.transaction_description", SELF.shop.transaction_description, size=size) %] |
+
+ | [% 'Default part for shipping costs' | $T8 %] |
+ [%- 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) %] |
+