X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;h=f36dff2b09803e045099ffbe748b283f0a2f75a3;hb=5accc16ff55a2775678f2e83a59e37f3282ca8f8;hp=977d41f590c9e84a88bffd330f8f4a3af78a855b;hpb=da55cfa09e13cf37260b2baa4c9b53fd03ec8f0e;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 977d41f59..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,45 +41,4 @@ [%- 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 %] -
    - - -