X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;h=9f8c4c68ea97d82c263e8e767297f199aec6a5e2;hb=4699b274533502b138cb737f0d2dcad88e3624a2;hp=221af11a7d05b9ff74d19b6e05088e5d923a85f5;hpb=e09f2da35e02b34569254b5d1550aa5dd287761f;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 221af11a7..9f8c4c68e 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -2,6 +2,7 @@ [%- 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 %] @@ -50,5 +53,8 @@ [%- 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('kivi.Order.delete_order()', LxERP.t8('Delete'), confirm=LxERP.t8("Are you sure?")) %] [%- END %] +[%- IF SELF.order.id && INSTANCE_CONF.get_doc_storage %] + [% L.button_tag('kivi.File.downloadOrderitemsFiles(\'' _ SELF.order.type _'\',' _ SELF.order.id _')',LxERP.t8('Download all Attachments')) %] +[%- END %]