X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;h=82bc2f15d0039fba078381f215c247b1566b34bc;hb=332b5ec73395d63e194dd5719c77053cb3d1acb5;hp=0e2864254c90737b7ff893e8d5419b49755e1fee;hpb=b6185e747246ee3fc630435123ae25a0d68de24c;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 0e2864254..82bc2f15d 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -2,7 +2,7 @@ [%- USE LxERP %] [%- USE L %] [%- USE HTML %] -

[% FORM.title %]

+

[% FORM.title %] [%- SELF.order.number -%]

-
+ + + [% L.hidden_tag('callback', FORM.callback) %] [% L.hidden_tag('type', FORM.type) %] [% L.hidden_tag('id', SELF.order.id) %] @@ -34,6 +38,9 @@ [%- IF SELF.order.id %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] +[% IF SELF.order.id %] +
  • [% 'Phone Notes' | $T8 %][%- num_phone_notes ? ' (' _ num_phone_notes _ ')' : '' -%]
  • +[% END %] [% PROCESS "order/tabs/basic_data.html" %] @@ -41,5 +48,19 @@
    [%- LxERP.t8("Loading...") %]
    +[% IF SELF.order.id %] +
    + [% PROCESS "order/tabs/phone_notes.html" %] +
    +[% END %] + + +