X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/24183a8d99a92a9cab623a497320a5f2e3212330..HEAD:/templates/webpages/shop_part/edit.html diff --git a/templates/webpages/shop_part/edit.html b/templates/webpages/shop_part/edit.html index 59bd27923..537953200 100644 --- a/templates/webpages/shop_part/edit.html +++ b/templates/webpages/shop_part/edit.html @@ -24,7 +24,7 @@ [% LxERP.t8("Description") %] [% IF SELF.shop_part.shop.use_part_longdescription %] - [% L.textarea_tag('shop_part.part.notes', SELF.shop_part.part.notes, wrap="soft", readonly="readonly", style="width: 350px; height: 150px", class="texteditor") %] + [% L.textarea_tag('notes', SELF.shop_part.part.notes, wrap="soft", readonly="readonly", style="width: 350px; height: 150px", class="texteditor") %] [% ELSE %] [% L.textarea_tag('shop_part.shop_description', SELF.shop_part.shop_description, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] [% END %] @@ -60,18 +60,11 @@ [% L.textarea_tag("shop_part.metatag_description", SELF.shop_part.metatag_description, rows=4) %] - [% IF SELF.shop_part.id %] - [% L.button_tag("kivi.ShopPart.save_shop_part(" _ SELF.shop_part.id _ ")", LxERP.t8("Save")) %] + [% L.button_tag("kivi.ShopPart.save_shop_part(" _ SELF.shop_part.id _ ")", LxERP.t8("Save")) %] [% ELSE %] - [% L.button_tag("kivi.ShopPart.add_shop_part(" _ FORM.part_id _", " _ FORM.shop_id _")", LxERP.t8("Save")) %] + [% L.button_tag("kivi.ShopPart.add_shop_part()", LxERP.t8("Save")) %] [% END %] - [% # L.button_tag("kivi.ShopPart.update_partnumber()", LxERP.t8("Update Partnumber")) %] - - [% # L.hidden_tag("action", "ShopPart/dispatch") %] - [% # L.submit_tag('action_update', LxERP.t8('Save')) %] - -