X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9efca844f6b8086d64589b4cecbf5b76a120afd0..d40a8e2:/templates/webpages/ic/form_footer.html diff --git a/templates/webpages/ic/form_footer.html b/templates/webpages/ic/form_footer.html index 7039131b9..0cdd026ff 100644 --- a/templates/webpages/ic/form_footer.html +++ b/templates/webpages/ic/form_footer.html @@ -26,6 +26,10 @@ +[%- IF LANGUAGES.size %] + [% PROCESS 'ic/tabs/_edit_translations.html' %] +[%- END %] + [%- IF id %]
[% PROCESS ic/sales_price_information.html id=id %] @@ -42,7 +46,9 @@ [%- FOREACH var = CUSTOM_VARIABLES %] [% var.VALID_BOX %] - [% HTML.escape(var.description) %] + [%- IF !var.partsgroup_filtered %] + [% HTML.escape(var.description) %] + [%- END %] [% var.HTML_CODE %] [%- END %] @@ -53,6 +59,13 @@
+[%- IF id %] +
+
+
+
+[%- END %] + [%- IF show_edit_buttons %] @@ -80,9 +93,34 @@ [%- END %] [%- IF id != "" %] - + [%- END %] +[%- IF id %] + +[%- END %]