X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Forder%2Fform.html;h=f36dff2b09803e045099ffbe748b283f0a2f75a3;hb=dc3382e8276f279de81f8bdc53f4af0adb4e8657;hp=62225e2ebb115029d9846a5e0f75bc8ce103bdb5;hpb=099fc63b531b1d4495cfab535ffd296d6a62ca0a;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 62225e2eb..f36dff2b0 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -1,10 +1,19 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE L %] +[%- USE HTML %] +

[% FORM.title %]

+ +
-
[% FORM.title %]
- [% L.hidden_tag('callback', FORM.callback) %] [% L.hidden_tag('type', FORM.type) %] [% L.hidden_tag('id', SELF.order.id) %] @@ -16,6 +25,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 %] @@ -25,35 +41,4 @@ [%- LxERP.t8("Loading...") %] - -
    - - [% L.hidden_tag('action', 'Order/dispatch') %] - - [% L.button_tag('save()', LxERP.t8('Save')) %] -
    - - -