Revision 06211d74
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
templates/webpages/ic/form_footer_de.html | ||
---|---|---|
6 | 6 |
<table border="0" width="100%"> |
7 | 7 |
<tr> |
8 | 8 |
<th colspan="2" align=right>Summe </th> |
9 |
<th align=right>Purchase Price:[% LxERP.format_amount(assembly_purchase_price_total, 2) %] Verkaufspreis: [% LxERP.format_amount(assemblytotal, 2) %]</th>
|
|
9 |
<th align=right>Einkaufspreis:[% LxERP.format_amount(assembly_purchase_price_total, 2) %] Verkaufspreis: [% LxERP.format_amount(assemblytotal, 2) %]</th>
|
|
10 | 10 |
</tr> |
11 | 11 |
</table> |
12 | 12 |
</td> |
templates/webpages/ic/search_de.html | ||
---|---|---|
44 | 44 |
|
45 | 45 |
[%- UNLESS is_service %] |
46 | 46 |
<tr> |
47 |
<th align="right" nowrap>Hersteller</th> <td><input name="make" size="20"></td>
|
|
48 |
<th align="right" nowrap>Modell</th> <td><input name="model" size="20"></td>
|
|
47 |
<th align="right" nowrap>Lieferant</th> <td><input name="make" size="20"></td>
|
|
48 |
<th align="right" nowrap>Lieferanten-Art-Nr.</th> <td><input name="model" size="20"></td>
|
|
49 | 49 |
</tr> |
50 | 50 |
[%- END %] |
51 | 51 |
|
templates/webpages/ic/search_update_prices_de.html | ||
---|---|---|
28 | 28 |
</tr> |
29 | 29 |
|
30 | 30 |
<tr> |
31 |
<th align="right" nowrap>Hersteller</th>
|
|
31 |
<th align="right" nowrap>Lieferant</th>
|
|
32 | 32 |
<td><input name="make" size="20"></td> |
33 |
<th align="right" nowrap>Modell</th>
|
|
33 |
<th align="right" nowrap>Lieferanten-Art-Nr.</th>
|
|
34 | 34 |
<td><input name="model" size="20"></td> |
35 | 35 |
</tr> |
36 | 36 |
|
Auch abrufbar als: Unified diff
Fehlende Localesläufe aus 4091 und 4093.