From fa93c93c7e076d13c6eed7be9be98cd2097fe1a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 7 Oct 2014 17:10:02 +0200 Subject: [PATCH] PriceRule: Kontextinformation in Waren --- templates/webpages/ic/form_footer.html | 32 ++++++++++++++++++++++++++ templates/webpages/ic/form_header.html | 3 +++ 2 files changed, 35 insertions(+) diff --git a/templates/webpages/ic/form_footer.html b/templates/webpages/ic/form_footer.html index 9440b678d..32c19a7ac 100644 --- a/templates/webpages/ic/form_footer.html +++ b/templates/webpages/ic/form_footer.html @@ -59,6 +59,13 @@ +[%- IF id %] +
+
+
+
+[%- END %] + [%- IF show_edit_buttons %] @@ -92,3 +99,28 @@ +[%- IF id %] + +[%- END %] diff --git a/templates/webpages/ic/form_header.html b/templates/webpages/ic/form_header.html index 7b8455dac..6b6989431 100644 --- a/templates/webpages/ic/form_header.html +++ b/templates/webpages/ic/form_header.html @@ -33,6 +33,9 @@ [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • [%- END %] + [%- IF id %] +
  • [% 'Price Rules' | $T8 %]
  • + [% END %]
    -- 2.20.1