X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_footer.html;h=08fb4cb80cd0338ced546b5310bc4f1853ae2d29;hb=a18b7de6d5cbd43028f4bd9de2e44110a9815d5d;hp=06350eaf008e4dfc30254cc2c74b7504242ea371;hpb=7321146cf5a08364a9db2ddddbb0b74a5d3fc4c9;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index 06350eaf0..08fb4cb80 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -1,6 +1,7 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] +[%- USE L %] @@ -10,14 +11,31 @@ + + [%- IF id && follow_ups.size %] @@ -28,6 +46,18 @@ [%- END %]
[% 'Notes' | $T8 %] [% 'Internal Notes' | $T8 %][% 'Payment / Delivery Options' | $T8 %]
- + [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] + + + + + + + + + +
[% 'Delivery Terms' | $T8 %] + [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description', style = 'width: 250px') %] +
[% 'direct debit' | $T8 %] + [%- L.checkbox_tag('direct_debit', 'checked', direct_debit) %] +
+
+[%- IF show_weight %] + + + + + + +
[% 'Total weight' | $T8 %] + [% LxERP.format_amount(totalweight) %] [% HTML.escape(weightunit) %] +
+ +[%- END %] [%- IF taxaccounts %] @@ -73,21 +103,19 @@ -[% PROCESS 'webdav/_list.html' %] - [% PROCESS 'ir/_payments.html' %] - -
- - - -[% print_options %] - - + +[% PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+ +
+

[% print_options %]

[% IF id %] @@ -100,21 +128,22 @@ [% IF show_delete %] + [% END %] [% ELSE # no id %] - [% UNLESS locked %] + [% UNLESS locked %] - [%- END %] + [% END # id %] [% IF id %] [%#- button for saving history %] - + [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %]