X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f311ac0fdaf9f33d8ff052f0196ce133108eacd4..fbcd5580:/templates/webpages/oe/check_for_direct_delivery.html diff --git a/templates/webpages/oe/check_for_direct_delivery.html b/templates/webpages/oe/check_for_direct_delivery.html index abe1aeb58..8160188c5 100644 --- a/templates/webpages/oe/check_for_direct_delivery.html +++ b/templates/webpages/oe/check_for_direct_delivery.html @@ -1,8 +1,6 @@ [%- USE T8 %] [%- USE HTML %] - - -
[% 'Carry over shipping address' | $T8 %]
+

[% 'Carry over shipping address' | $T8 %]

[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]

@@ -43,6 +41,11 @@ [% HTML.escape(CFDD_shiptocountry) %] + + [% 'GLN' | $T8 %]: + [% HTML.escape(CFDD_shiptogln) %] + + [% 'Contact' | $T8 %]: [% HTML.escape(CFDD_shiptocontact) %] @@ -62,6 +65,13 @@ [% 'E-mail' | $T8 %]: [% HTML.escape(CFDD_shiptoemail) %] + +[% FOREACH var = cvars %] + + [% HTML.escape(var.config.description) %] + [% HTML.escape(var.value_as_text) %] + +[% END %]

@@ -84,5 +94,3 @@ - -