X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fform_footer.html;h=1aae254aff7e6599ac1ecf714d198878e91c7c52;hb=f2043c7de4a7eda87599c720542661dfd0ab6062;hp=cc7d34b443e42bfcb7ed84e894795a14c26c0b8f;hpb=af0023e07e144ca31d465b098c36c45971269438;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index cc7d34b44..1aae254af 100644 --- a/templates/webpages/do/form_footer.html +++ b/templates/webpages/do/form_footer.html @@ -1,9 +1,5 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] - - - - +[% USE HTML %][% USE LxERP %][%- USE L -%][%- USE P -%] [%- IF delivered %] [%- SET RO = ' readonly' %] [%- END %] @@ -17,102 +13,77 @@ - + + [% 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') %] + +[%- IF show_weight %] + + + + + + +
+ + + + + +
[% 'Total weight' | $T8 %] + [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %] +
+
+ + +[%- END %]

-
- - [%- IF conf_webdav %] -
[% 'Documents in the WebDAV repository' | $T8 %]
- -

- - - - - - - [%- FOREACH file = WEBDAV %] - - - - - [%- END %] - -
[% 'File name' | $T8 %][% 'WebDAV link' | $T8 %]
[% HTML.escape(file.name) %][% HTML.escape(file.type) %]
-

- -
- [%- END %] + +[% PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+ -

[% 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 %] - - [% END %] - -

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