Revision ad20db68
Von Sven Schöling vor 1 Tag hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
277 | 277 |
</td> |
278 | 278 |
</tr> |
279 | 279 |
|
280 |
<tr> |
|
281 |
<th align="right">[% 'Item input position for quotations and orders' | $T8 %]</th> |
|
282 |
<td> |
|
283 |
[% L.select_tag('order_item_input_position', [ [ 'default', LxERP.t8('Use settings from client configuration') ], [ 0, LxERP.t8('above the positions') ], [ 1, LxERP.t8('below the positions') ] ], default=order_item_input_position) %] |
|
284 |
</td> |
|
285 |
</tr> |
|
286 |
|
|
280 | 287 |
</table> |
281 | 288 |
</div> |
282 | 289 |
|
Auch abrufbar als: Unified diff
Order: Eingabeleiste jetzt auch in UserPrefs konfigurierbar