Revision 6b24bea4
Von Cem Aydin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/oe/check_for_direct_delivery.html | ||
---|---|---|
4 | 4 |
<h1>[% 'Carry over shipping address' | $T8 %]</h1> |
5 | 5 |
<p>[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]</p> |
6 | 6 |
|
7 |
|
|
7 |
|
|
8 | 8 |
<table class="tbl-horizontal"> |
9 | 9 |
<tbody> |
10 | 10 |
<tr> |
... | ... | |
55 | 55 |
<th>[% 'E-mail' | $T8 %]:</th> |
56 | 56 |
<td>[% HTML.escape(CFDD_shiptoemail) %]</td> |
57 | 57 |
</tr> |
58 |
[% FOREACH var = cvars %]
|
|
58 |
[% FOREACH var = cvars %] |
|
59 | 59 |
<tr> |
60 | 60 |
<th>[% HTML.escape(var.config.description) %]</th> |
61 | 61 |
<td>[% HTML.escape(var.value_as_text) %]</td> |
62 | 62 |
</tr> |
63 |
[% END %]
|
|
63 |
[% END %] |
|
64 | 64 |
</tbody> |
65 | 65 |
</table> |
66 | 66 |
|
67 | 67 |
|
68 |
<p>[% 'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' | $T8 %]</p>
|
|
68 |
<p>[% 'Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?' | $T8 %]</p>
|
|
69 | 69 |
|
70 | 70 |
<form method="post" action="oe.pl"> |
71 | 71 |
|
Auch abrufbar als: Unified diff
design40: oe/check_for_direct_delivery.html Text für Lieferadressenübernahme aktualisiert