X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/94f5cb152afa9210162295b6727801c296af0631..HEAD:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index cd0e7eeec..6e42efd22 100644
--- a/templates/webpages/am/config.html
+++ b/templates/webpages/am/config.html
@@ -12,6 +12,7 @@
@@ -131,6 +132,13 @@
+
+ | [% 'Forced Layout Style' | $T8 %] |
+
+ [% L.select_tag('layout_style', [['', LxERP.t8('Use settings from client configuration')], ['auto', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=layout_style, with_empty=0) %]
+ |
+
+
| [% 'Stylesheet' | $T8 %] |
@@ -165,7 +173,6 @@
[% L.input_tag('longdescription_dialog_size_percentage', longdescription_dialog_size_percentage, size = 5) %]
|
- [%- IF INSTANCE_CONF.get_feature_experimental_order -%]
| [% 'Scrollbar height percentage for form postion area (0 means no scrollbar)' | $T8 %] |
@@ -192,7 +199,6 @@
[% L.yes_no_tag('positions_show_update_button', positions_show_update_button) %]
|
- [%- END -%]
| [% 'Show custom variable search inputs' | $T8 %] |
@@ -262,6 +268,20 @@
+
+ | [% 'Part picker search dialog (magnifying glass): "all as list" defaults to on' | $T8 %] |
+
+ [% L.yes_no_tag('part_picker_search_all_as_list_default', part_picker_search_all_as_list_default) %]
+ |
+
+
+
+ | [% 'Item input position for quotations and orders' | $T8 %] |
+
+ [% 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) %]
+ |
+
+
@@ -342,5 +362,20 @@
[%- END %]
+
+