X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fform_footer.html;h=1ad546c0af16913c8afafd716a1a3e85e51bffa7;hb=ea6ec9c1f72a4d30387aec5e771eb38dfdb7fb2a;hp=6be226888acc5f0500d80176d46f60062f509e25;hpb=2de7b1da5588237977366ff7e6526f5b7c84a83b;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index 6be226888..1ad546c0a 100644 --- a/templates/webpages/do/form_footer.html +++ b/templates/webpages/do/form_footer.html @@ -1,5 +1,5 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] +[% USE HTML %][% USE LxERP %][%- USE L -%][%- USE P -%] [%- IF delivered %] [%- SET RO = ' readonly' %] [%- END %] @@ -13,13 +13,26 @@ - - + + [% IF delivered %] + [% L.hidden_tag("notes", notes) %] +
[% P.restricted_html(notes) %]
+ [% ELSE %] + [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] + [% END %] + + [% L.textarea_tag("intnotes", intnotes, wrap="soft", style="width: 350px; height: 150px") %] + + + + [% 'Delivery Terms' | $T8 %] + [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description') %] +[%- IF show_weight %] @@ -30,7 +43,6 @@
[% 'Total weight' | $T8 %] [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %] -
@@ -38,6 +50,8 @@ + +[%- END %]

@@ -48,67 +62,28 @@ -
- -

[% PRINT_OPTIONS %]

- -

- [% 'Edit the Delivery Order' | $T8 %]
- - - [%- UNLESS delivered %] - [%- IF vc == 'customer' %] - - [%- END %] - [%- END %] - - - [%- UNLESS delivered %] - - [%- IF vc == 'customer' %] - - [%- ELSE %] - - [%- END %] - [%- END %] - [%- IF id %] - - [%- UNLESS closed %] - - [%- END %] - - [%- END %] -

+ + - [%- IF id %] -

- [% 'Workflow Delivery Order' | $T8 %]
- - [% UNLESS delivered || (vc == 'customer' && !INSTANCE_CONF.get_sales_delivery_order_show_delete) || (vc == 'vendor' && !INSTANCE_CONF.get_purchase_delivery_order_show_delete) %] - - [% END %] - -

- [%- END %] + [%- IF !delivered %] + + [%- END %] - - + + + +[%- IF !delivered %] + +[%- END %] +