Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6b24bea4

Von Cem Aydin vor etwa 2 Jahren hinzugefügt

  • ID 6b24bea46aca8ffc6ad732f4a3cf14caee4ae0fd
  • Vorgänger 9ab6d426
  • Nachfolger 74518561

design40: oe/check_for_direct_delivery.html Text für Lieferadressenübernahme aktualisiert

Unterschiede anzeigen:

templates/design40_webpages/oe/check_for_direct_delivery.html
<h1>[% 'Carry over shipping address' | $T8 %]</h1>
<p>[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]</p>
<table class="tbl-horizontal">
<tbody>
<tr>
......
<th>[% 'E-mail' | $T8 %]:</th>
<td>[% HTML.escape(CFDD_shiptoemail) %]</td>
</tr>
[% FOREACH var = cvars %]
[% FOREACH var = cvars %]
<tr>
<th>[% HTML.escape(var.config.description) %]</th>
<td>[% HTML.escape(var.value_as_text) %]</td>
</tr>
[% END %]
[% END %]
</tbody>
</table>
<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>
<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>
<form method="post" action="oe.pl">

Auch abrufbar als: Unified diff