X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;h=17534de23cec5f1cf2afb4853a5fc14a6ece51f7;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=63c1d1df35c1b0be51714c7f22b7c0138f6bece2;hpb=aa36021ace7b4075af6d2d815e0e208b7227d9c4;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 63c1d1df3..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,72 +45,15 @@
    [%- 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 %] +
    - - -