Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6b24bea4

Von Cem Aydin vor fast 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
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