X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;h=f36dff2b09803e045099ffbe748b283f0a2f75a3;hb=5accc16ff55a2775678f2e83a59e37f3282ca8f8;hp=eb40e3e01972047d1ed41c32842a9e47670e621b;hpb=b2242caeddfa8d287d89d194329cf846e535d5e4;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index eb40e3e01..f36dff2b0 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -2,19 +2,18 @@ [%- 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) %] @@ -27,6 +26,10 @@ [%- 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 %] @@ -38,96 +41,4 @@ [%- LxERP.t8("Loading...") %] - -
    - - [% L.hidden_tag('action', 'Order/dispatch') %] - - [% L.button_tag('save()', LxERP.t8('Save')) %] - [% L.button_tag('show_print_options()', LxERP.t8('Print')) %] - [% L.button_tag('email()', LxERP.t8('E-mail')) %] - [% L.button_tag('save_and_delivery_order()', LxERP.t8('Save and Delivery Order')) %] -[%- 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 %] -
    - - -