X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;h=6020fd7b78cebe3404de4f4f6bb586d8d4222a15;hb=6770b19ab3f0dc0d8b00f70d8aab74149354a181;hp=63c1d1df35c1b0be51714c7f22b7c0138f6bece2;hpb=aa36021ace7b4075af6d2d815e0e208b7227d9c4;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 63c1d1df3..6020fd7b7 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -1,13 +1,23 @@ [%- 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 +26,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,71 +42,4 @@ [%- LxERP.t8("Loading...") %] - -
    - - [% L.hidden_tag('action', 'Order/dispatch') %] - - [% L.button_tag('save()', LxERP.t8('Save')) %] - [% L.button_tag('create_pdf()', LxERP.t8('Create PDF')) %] - [% L.button_tag('email()', LxERP.t8('E-mail')) %] -[%- 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 %] -
    - - -