Revision 65f7a07e
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
65 | 65 |
<th align="right">[% 'Ship via' | $T8 %]</th> |
66 | 66 |
<td>[% L.input_tag("shipvia", "", style=style) %]</td> |
67 | 67 |
</tr> |
68 |
<tr> |
|
69 |
<th align=right nowarp>[% 'Name (Shipping)' | $T8 %]</th> |
|
70 |
<td>[% L.input_tag("shiptoname", "", style=style) %]</td> |
|
71 |
</tr> |
|
72 |
<tr> |
|
73 |
<th align=right nowarp>[% 'Department 1 (Shipping)' | $T8 %]</th> |
|
74 |
<td>[% L.input_tag("shiptodepartment_1", "", style=style) %]</td> |
|
75 |
</tr> |
|
76 |
<tr> |
|
77 |
<th align=right nowarp>[% 'Department 2 (Shipping)' | $T8 %]</th> |
|
78 |
<td>[% L.input_tag("shiptodepartment_2", "", style=style) %]</td> |
|
79 |
</tr> |
|
80 |
<tr> |
|
81 |
<th align=right nowarp>[% 'Street (Shipping)' | $T8 %]</th> |
|
82 |
<td>[% L.input_tag("shiptostreet", "", style=style) %]</td> |
|
83 |
</tr> |
|
84 |
<tr> |
|
85 |
<th align=right nowarp>[% 'Zipcode (Shipping)' | $T8 %]</th> |
|
86 |
<td>[% L.input_tag("shiptozipcode", "", style=style) %]</td> |
|
87 |
</tr> |
|
88 |
<tr> |
|
89 |
<th align=right nowarp>[% 'City (Shipping)' | $T8 %]</th> |
|
90 |
<td>[% L.input_tag("shiptocity", "", style=style) %]</td> |
|
91 |
</tr> |
|
92 |
<tr> |
|
93 |
<th align=right nowarp>[% 'Country (Shipping)' | $T8 %]</th> |
|
94 |
<td>[% L.input_tag("shiptocountry", "", style=style) %]</td> |
|
95 |
</tr> |
|
68 | 96 |
<tr> |
69 | 97 |
<th align="right" nowrap>[% 'Payment Term' | $T8 %]</th> |
70 | 98 |
<td>[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key="description", style=style) %]</td> |
... | ... | |
241 | 269 |
<td align=right><input name="l_customer_dunning_lock" id="l_customer_dunning_lock" class=checkbox type=checkbox value=Y></td> |
242 | 270 |
<td nowrap>[% 'Dunning lock' | $T8 %]</td> |
243 | 271 |
</tr> |
272 |
<tr> |
|
273 |
<td colspan=4 align=left><b>[% 'Shipping Address' | $T8 %]</b></td> |
|
274 |
</tr> |
|
275 |
<tr> |
|
276 |
<td align=right><input name="l_shiptoname" id="l_shiptoname" type="checkbox"></td> |
|
277 |
<td nowrap>[% 'Name' | $T8 %]</td> |
|
278 |
<td align=right><input name="l_shiptodepartment_1" id="l_shiptodepartment_1" type="checkbox"></td> |
|
279 |
<td nowrap>[% 'Department 1' | $T8 %]</td> |
|
280 |
<td align=right><input name="l_shiptodepartment_2" id="l_shiptodepartment_2" type="checkbox"></td> |
|
281 |
<td nowrap>[% 'Department 2' | $T8 %]</td> |
|
282 |
</tr> |
|
283 |
<tr> |
|
284 |
<td align=right><input name="l_shiptostreet" id="l_shiptostreet" type="checkbox"></td> |
|
285 |
<td nowrap>[% 'Street' | $T8 %]</td> |
|
286 |
<td align=right><input name="l_shiptozipcode" id="l_shiptozipcode" type="checkbox"></td> |
|
287 |
<td nowrap>[% 'Zipcode' | $T8 %]</td> |
|
288 |
<td align=right><input name="l_shiptocity" id="l_shiptocity" type="checkbox"></td> |
|
289 |
<td nowrap>[% 'City' | $T8 %]</td> |
|
290 |
<td align=right><input name="l_shiptocountry" id="l_shiptocountry" type="checkbox"></td> |
|
291 |
<td nowrap>[% 'Country' | $T8 %]</td> |
|
292 |
</tr> |
|
244 | 293 |
|
245 | 294 |
<table> |
246 | 295 |
<tr><td align="right"> |
Auch abrufbar als: Unified diff
Rechnungsbericht: Lieferadresse anzeigen und filtern