X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/52d18c0134db2b418fe119723958efe8e79ac4f3..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/do/form_footer.html diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index 20e6c2ade..6c8e0c62e 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,9 +13,21 @@ - + + [% 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 %] + + + + [% 'Delivery Terms' | $T8 %] + [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description') %] + @@ -63,37 +75,37 @@ [%- END %] [%- END %] - - + + [%- UNLESS delivered %] - + [%- IF vc == 'customer' %] - + [% IF transfer_default %] - + [%- END %] [%- ELSE %] - + [% IF transfer_default %] - + [%- END %] [%- 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) %] - + [% L.submit_tag('action_delete', LxERP.t8('Delete'), confirm=LxERP.t8('Are you sure?')) %] [% END %]

@@ -104,19 +116,5 @@