X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/099fc63b531b1d4495cfab535ffd296d6a62ca0a..9ce44b6f09f77fc51a69e4536fa44dee68d0ab85:/templates/webpages/order/form.html diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 62225e2eb..17534de23 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -1,13 +1,27 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE L %] - -
-
[% FORM.title %]
- - [% L.hidden_tag('callback', FORM.callback) %] - [% L.hidden_tag('type', FORM.type) %] - [% L.hidden_tag('id', SELF.order.id) %] +[%- USE HTML %] +

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

+ +
+ + + +
+ [% 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 +30,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,36 +45,15 @@
    [%- LxERP.t8("Loading...") %]
    - -
    - - [% L.hidden_tag('action', 'Order/dispatch') %] + - [% L.button_tag('save()', LxERP.t8('Save')) %] +
    - - -