X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fic%2Fform_footer.html;h=32c19a7ac1f26cf0ba28af2faec364ba98298124;hb=fa93c93c7e076d13c6eed7be9be98cd2097fe1a3;hp=1be0eec36570e1e006f38ba6fc1b38f6a1627797;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/ic/form_footer.html b/templates/webpages/ic/form_footer.html index 1be0eec36..32c19a7ac 100644 --- a/templates/webpages/ic/form_footer.html +++ b/templates/webpages/ic/form_footer.html @@ -24,18 +24,20 @@
- -
+[%- IF LANGUAGES.size %] + [% PROCESS 'ic/tabs/_edit_translations.html' %] +[%- END %] + [%- IF id %] -
+
[% PROCESS ic/sales_price_information.html id=id %]
[%- END %] [%- IF CUSTOM_VARIABLES.size %] -
+

[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]

@@ -44,19 +46,28 @@ [%- FOREACH var = CUSTOM_VARIABLES %] [% var.VALID_BOX %] - [% HTML.escape(var.description) %] + [%- IF !var.partsgroup_filtered %] + [% HTML.escape(var.description) %] + [%- END %] [% var.HTML_CODE %] [%- END %]

- -
[%- END %]
+[%- IF id %] +
+
+
+
+[%- END %] + +[%- IF show_edit_buttons %] + @@ -79,6 +90,8 @@ [%- END %] [%- END %] +[%- END %] + [%- IF id != "" %] [%- END %] @@ -86,13 +99,28 @@ - - - +[%- END %]