X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;h=c3ff986aa1b7b1dcfb0f31f5a16e8fb1bc42a23a;hb=6aeeb993af9ea53703dd60457bf5053cee2afe94;hp=977d41f590c9e84a88bffd330f8f4a3af78a855b;hpb=da55cfa09e13cf37260b2baa4c9b53fd03ec8f0e;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 977d41f59..c3ff986aa 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -1,13 +1,25 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE L %] +[%- USE HTML %] +

[% FORM.title %] [%- SELF.order.number -%]

-
-
[% FORM.title %]
+
+ + - [% L.hidden_tag('callback', FORM.callback) %] - [% L.hidden_tag('type', FORM.type) %] - [% L.hidden_tag('id', SELF.order.id) %] +
+ [% L.hidden_tag('callback', FORM.callback) %] + [% L.hidden_tag('type', FORM.type) %] + [% L.hidden_tag('id', SELF.order.id) %] + [% L.hidden_tag('converted_from_oe_id', SELF.converted_from_oe_id) %] [%- INCLUDE 'common/flash.html' %] @@ -16,6 +28,13 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF INSTANCE_CONF.get_webdav %]
  • [% 'WebDAV' | $T8 %]
  • +[%- END %] +[%- IF SELF.order.id AND INSTANCE_CONF.get_doc_storage %] +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • +[%- END %] +[%- IF SELF.order.id %] +
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -24,46 +43,15 @@
    [%- LxERP.t8("Loading...") %]
    - - -
    - [% L.hidden_tag('action', 'Order/dispatch') %] + - [% L.button_tag('save()', LxERP.t8('Save')) %] -[%- IF SELF.order.id && ( (SELF.cv == 'customer' && INSTANCE_CONF.get_sales_order_show_delete) || (SELF.cv == 'vendor' && INSTANCE_CONF.get_purchase_order_show_delete) ) %] - [% L.button_tag('delete_order()', LxERP.t8('Delete'), confirm=LxERP.t8("Are you sure?")) %] -[%- END %] +
    - - -