Kunde/Lieferant Autocompletion in Aufträgen.
[kivitendo-erp.git] / templates / webpages / oe / check_for_direct_delivery_en.html
1 [% USE HTML %]<body>
2
3  <div class="listtop" width="100%">Carry over shipping address</div>
4
5  <p>You have entered or selected the following shipping address for this customer:</p>
6
7  <p>
8   <table>
9    <tr>
10     <th align="right" valign="top">Name:</th>
11     <td valign="top">[% HTML.escape(CFDD_shiptoname) %]</td>
12    </tr>
13
14    <tr>
15     <th align="right" valign="top">Department:</th>
16     <td valign="top">[% HTML.escape(CFDD_shiptodepartment_1) %]</td>
17    </tr>
18
19    <tr>
20     <th align="right" valign="top">&nbsp;</th>
21     <td valign="top">[% HTML.escape(CFDD_shiptodepartment_2) %]</td>
22    </tr>
23
24    <tr>
25     <th align="right" valign="top">Street:</th>
26     <td valign="top">[% HTML.escape(CFDD_shiptostreet) %]</td>
27    </tr>
28
29    <tr>
30     <th align="right" valign="top">Zipcode:</th>
31     <td valign="top">[% HTML.escape(CFDD_shiptozipcode) %]</td>
32    </tr>
33
34    <tr>
35     <th align="right" valign="top">City:</th>
36     <td valign="top">[% HTML.escape(CFDD_shiptocity) %]</td>
37    </tr>
38
39    <tr>
40     <th align="right" valign="top">Country:</th>
41     <td valign="top">[% HTML.escape(CFDD_shiptocountry) %]</td>
42    </tr>
43
44    <tr>
45     <th align="right" valign="top">Contact:</th>
46     <td valign="top">[% HTML.escape(CFDD_shiptocontact) %]</td>
47    </tr>
48
49    <tr>
50     <th align="right" valign="top">Phone:</th>
51     <td valign="top">[% HTML.escape(CFDD_shiptophone) %]</td>
52    </tr>
53
54    <tr>
55     <th align="right" valign="top">Fax:</th>
56     <td valign="top">[% HTML.escape(CFDD_shiptofax) %]</td>
57    </tr>
58
59    <tr>
60     <th align="right" valign="top">E-mail:</th>
61     <td valign="top">[% HTML.escape(CFDD_shiptoemail) %]</td>
62    </tr>
63   </table>
64  </p>
65
66   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?
67  </p>
68
69  <form method="post" action="oe.pl">
70
71   <p>
72    <input type="submit" name="action" value="Yes">&nbsp;
73    <input type="submit" name="action" value="No">
74   </p>
75
76   <input type="hidden" name="yes_nextsub" value="check_for_direct_delivery_yes">
77   <input type="hidden" name="no_nextsub" value="check_for_direct_delivery_no">
78
79   [%- FOREACH row = VARIABLES %]
80   <input type="hidden" name="[% HTML.escape(row.key) %]" value="[% HTML.escape(row.value) %]">
81   [%- END %]
82
83  </form>
84
85 </body>
86 </html>