X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_footer.html;h=30f77c5960697c43603212fcde715a5cd6802186;hb=c39e831b3bceef01a851a0825ce6b19d1ddc3eda;hp=b2732a7ce61326b2d8d57fa69348483afb5d667e;hpb=8a40e3dd0f638557b8c666fe708ccbc1ac709c4e;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index b2732a7ce..30f77c596 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 %][%- USE P -%] @@ -10,13 +11,36 @@ + + [%- IF id && follow_ups.size %] @@ -28,6 +52,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") %] - + [% L.textarea_tag("intnotes", intnotes, wrap="soft", style="width: 350px; height: 150px") %] + + + + + + + + + + + + + + +
[% 'Payment Terms' | $T8 %][% L.select_tag('payment_id', payment_terms, default = payment_id, title_key = 'description', with_empty = 1, style="width: 250px") %] + +
[% '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,60 +109,24 @@ -[% PROCESS 'webdav/_list.html' %] - [% PROCESS 'ir/_payments.html' %] - -
- - - -[% print_options %] - - + +[% PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+ +
- - [% IF id %] - - -[% IF show_storno %] - -[% END %] - - - -[% IF show_delete %] - -[% END %] - - - - [% ELSE # no id %] - [% UNLESS locked %] - - - - [%- END %] - [% END # id %] - - [% IF id %] - [%#- button for saving history %] - - - [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %] - - [% END %] - [% END %] +

[% print_options %]

- - +[% P.hidden_tag('draft_id', draft_id) %] +[% P.hidden_tag('draft_description', draft_description) %] - -