Revision ad20db68
Von Sven Schöling vor 5 Monaten hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right">[% 'Item input position for quotations and orders' | $T8 %]</th>
|
||
<td>
|
||
[% 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) %]
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
</div>
|
||
|
Auch abrufbar als: Unified diff
Order: Eingabeleiste jetzt auch in UserPrefs konfigurierbar