X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshops%2Fform.html;h=2f08e728255d9aa494777fedb242578a9073e7ca;hb=HEAD;hp=b904a4d836a2fcb0020f318bb821d34585b7b7e9;hpb=de1e3e16945e61aac5eacfb254356d968add876d;p=kivitendo-erp.git diff --git a/templates/webpages/shops/form.html b/templates/webpages/shops/form.html index b904a4d83..2f08e7282 100644 --- a/templates/webpages/shops/form.html +++ b/templates/webpages/shops/form.html @@ -1,11 +1,9 @@ [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%] -[%- USE Dumper -%] [% SET style="width: 400px" %] [% SET size=34 %]

[% HTML.escape(title) %]

-[% #Dumper.dump_html(SELF.shop) %]
[%- INCLUDE 'common/flash.html' %] @@ -45,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,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) %] +