Revision d5f7b8ed
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
templates/webpages/oe/search_de.html | ||
---|---|---|
230 | 230 |
<td colspan=4 align=left><b>Kunde</td> |
231 | 231 |
</tr> |
232 | 232 |
<tr> |
233 |
<td>
|
|
233 |
<td>
|
|
234 | 234 |
<input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y"> |
235 |
<label for="l_country">Land</label>
|
|
235 |
<label for="l_country">Land</label>
|
|
236 | 236 |
</td> |
237 |
<td>
|
|
237 |
<td>
|
|
238 | 238 |
<input name="l_ustid" id="l_ustid" class="checkbox" type="checkbox" value="Y"> |
239 |
<label for="l_ustid">USt-IdNr.</label>
|
|
239 |
<label for="l_ustid">USt-IdNr.</label>
|
|
240 | 240 |
</td> |
241 | 241 |
</tr> |
242 | 242 |
[%- IF type == 'sales_order' %] |
templates/webpages/oe/search_master.html | ||
---|---|---|
230 | 230 |
<td colspan=4 align=left><b><translate>Customer</translate></td> |
231 | 231 |
</tr> |
232 | 232 |
<tr> |
233 |
<td>
|
|
233 |
<td>
|
|
234 | 234 |
<input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y"> |
235 |
<label for="l_country"><translate>Country</translate></label>
|
|
235 |
<label for="l_country"><translate>Country</translate></label>
|
|
236 | 236 |
</td> |
237 |
<td>
|
|
237 |
<td>
|
|
238 | 238 |
<input name="l_ustid" id="l_ustid" class="checkbox" type="checkbox" value="Y"> |
239 |
<label for="l_ustid"><translate>USt-IdNr.</translate></label>
|
|
239 |
<label for="l_ustid"><translate>USt-IdNr.</translate></label>
|
|
240 | 240 |
</td> |
241 | 241 |
</tr> |
242 | 242 |
[%- IF type == 'sales_order' %] |
Auch abrufbar als: Unified diff
Tabs sind böse.