Revision 4702a2f1
Von Sven Schöling vor 3 Monaten hinzugefügt
- ID 4702a2f11f6dd10a062cd5e63a624ed029e86df1
- Vorgänger 07458256
templates/design40_webpages/am/config.html | ||
---|---|---|
<td>
|
||
[% L.yes_no_tag('part_picker_search_all_as_list_default', part_picker_search_all_as_list_default) %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% '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>
|
||
</tbody>
|
||
</table>
|
templates/design40_webpages/client_config/_features.html | ||
---|---|---|
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% LxERP.t8("Item input position for quotations and orders") %]</th>
|
||
<td>[% L.select_tag("defaults.order_item_input_position", [ [ 0, LxERP.t8('above the positions'), ], [ 1, LxERP.t8('below the positions') ] ], default=SELF.defaults.order_item_input_position) %]</td>
|
||
<td>[% LxERP.t8("Controls whether the default item input is above (default) or below the positions list in orders and quotations. Can be overridden by user preferences.") %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th class="caption" colspan="3">[% 'Show certain sales and purchase documents' | $T8 %]</th>
|
||
</tr>
|
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
|
||
</div><!-- /.wrapper -->
|
||
|
||
[% PROCESS order/tabs/_item_input.html SELF=SELF %]
|
||
[%- IF order_item_input_position == 0 -%]
|
||
[% PROCESS order/tabs/_item_input.html SELF=SELF %]
|
||
[%- END -%]
|
||
|
||
[%- IF SELF.positions_scrollbar_height -%]
|
||
[%- SET scroll_style = 'style="overflow-y: auto; height:' _ SELF.positions_scrollbar_height _ 'vh;"' -%]
|
||
... | ... | |
|
||
</div><!-- /#row_table_scroll_id /.wrapper -->
|
||
|
||
[%- IF order_item_input_position == 1 -%]
|
||
[% PROCESS order/tabs/_item_input.html SELF=SELF %]
|
||
[%- END -%]
|
||
|
||
</div><!-- /#ui-tabs-basic-data -->
|
||
|
||
[% L.sortable_element('#row_table_id') %]
|
Auch abrufbar als: Unified diff
Artikeleingabe unten: design4.0 templates
Im Gegensatz zum alten template Satz ist hier die Artikeleingabe nicht
im scrollbaren Bereich enthalten, weil der sowieso schon recht klein
ist.