Revision e059f9cf
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
- ID e059f9cf786f9c2a8a04d5e589e86775d6185f4d
- Vorgänger 65f7a07e
templates/webpages/oe/search.html | ||
---|---|---|
59 | 59 |
<th align="right">[% 'Shipping Point' | $T8 %]</th> |
60 | 60 |
<td>[% L.input_tag('shippingpoint', '', style=style) %]</td> |
61 | 61 |
</tr> |
62 |
<tr> |
|
63 |
<th align=right nowarp>[% 'Name (Shipping)' | $T8 %]</th> |
|
64 |
<td>[% L.input_tag("shiptoname", "", style=style) %]</td> |
|
65 |
</tr> |
|
66 |
<tr> |
|
67 |
<th align=right nowarp>[% 'Department 1 (Shipping)' | $T8 %]</th> |
|
68 |
<td>[% L.input_tag("shiptodepartment_1", "", style=style) %]</td> |
|
69 |
</tr> |
|
70 |
<tr> |
|
71 |
<th align=right nowarp>[% 'Department 2 (Shipping)' | $T8 %]</th> |
|
72 |
<td>[% L.input_tag("shiptodepartment_2", "", style=style) %]</td> |
|
73 |
</tr> |
|
74 |
<tr> |
|
75 |
<th align=right nowarp>[% 'Street (Shipping)' | $T8 %]</th> |
|
76 |
<td>[% L.input_tag("shiptostreet", "", style=style) %]</td> |
|
77 |
</tr> |
|
78 |
<tr> |
|
79 |
<th align=right nowarp>[% 'Zipcode (Shipping)' | $T8 %]</th> |
|
80 |
<td>[% L.input_tag("shiptozipcode", "", style=style) %]</td> |
|
81 |
</tr> |
|
82 |
<tr> |
|
83 |
<th align=right nowarp>[% 'City (Shipping)' | $T8 %]</th> |
|
84 |
<td>[% L.input_tag("shiptocity", "", style=style) %]</td> |
|
85 |
</tr> |
|
86 |
<tr> |
|
87 |
<th align=right nowarp>[% 'Country (Shipping)' | $T8 %]</th> |
|
88 |
<td>[% L.input_tag("shiptocountry", "", style=style) %]</td> |
|
89 |
</tr> |
|
62 | 90 |
<tr> |
63 | 91 |
<th align="right">[% 'Transaction description' | $T8 %]</th> |
64 | 92 |
<td>[% L.input_tag("transaction_description", "", style=style) %]</td> |
... | ... | |
338 | 366 |
<label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label> |
339 | 367 |
</td> |
340 | 368 |
</tr> |
369 |
<tr> |
|
370 |
<td colspan=4 align=left><b>[% 'Shipping Address' | $T8 %]</b></td> |
|
371 |
</tr> |
|
372 |
<tr> |
|
373 |
<td> |
|
374 |
<input name="l_shiptoname" id="l_shiptoname" type="checkbox" value="Y"> |
|
375 |
<label for="l_shiptoname">[% 'Name' | $T8 %]</label> |
|
376 |
</td> |
|
377 |
<td> |
|
378 |
<input name="l_shiptodepartment_1" id="l_shiptodepartment_1" type="checkbox" value="Y"> |
|
379 |
<label for="l_shiptodepartment_1">[% 'Department 1' | $T8 %]</label> |
|
380 |
</td> |
|
381 |
<td> |
|
382 |
<input name="l_shiptodepartment_2" id="l_shiptodepartment_2" type="checkbox" value="Y"> |
|
383 |
<label for="l_shiptodepartment_2">[% 'Department 2' | $T8 %]</label> |
|
384 |
</td> |
|
385 |
</tr> |
|
386 |
<tr> |
|
387 |
<td> |
|
388 |
<input name="l_shiptostreet" id="l_shiptostreet" type="checkbox" value="Y"> |
|
389 |
<label for="l_shiptostreet">[% 'Street' | $T8 %]</label> |
|
390 |
</td> |
|
391 |
<td> |
|
392 |
<input name="l_shiptozipcode" id="l_shiptozipcode" type="checkbox" value="Y"> |
|
393 |
<label for="l_shiptozipcode">[% 'Zipcode' | $T8 %]</label> |
|
394 |
</td> |
|
395 |
<td> |
|
396 |
<input name="l_shiptocity" id="l_shiptocity" type="checkbox" value="Y"> |
|
397 |
<label for="l_shiptocity">[% 'City' | $T8 %]</label> |
|
398 |
</td> |
|
399 |
</tr> |
|
400 |
<tr> |
|
401 |
<td> |
|
402 |
<input name="l_shiptocountry" id="l_shiptocountry" type="checkbox" value="Y"> |
|
403 |
<label for="l_shiptocountry">[% 'Country' | $T8 %]</label> |
|
404 |
</td> |
|
405 |
</tr> |
|
341 | 406 |
|
342 | 407 |
[% CT_CUSTOM_VARIABLES_INCLUSION_CODE %] |
343 | 408 |
|
Auch abrufbar als: Unified diff
Angebots-/Auftragsbericht: Lieferadresse anzeigen und filtern