X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5202b3e71b817c6a78845cd4c27773760ff408b6..HEAD:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 6901cba8c..6e42efd22 100644
--- a/templates/webpages/am/config.html
+++ b/templates/webpages/am/config.html
@@ -1,7 +1,7 @@
[%- USE T8 %]
[%- USE LxERP %]
[%- USE HTML %]
-[%- USE L %]
+[%- USE L %][%- USE P -%]
@@ -34,17 +35,22 @@
- [% 'E-mail' | $T8 %]
+ [% 'Email address' | $T8 %]
- [% 'Signature' | $T8 %]
-
-
- [% 'Check full signature' | $T8 %]
- [% 'Edit user signature' | $T8 %]
-
+
[% 'Email signature' | $T8 %]
+
+ [% P.textarea_tag("signature", MYCONFIG.signature, class="texteditor", rows="5", cols="50") %]
+
+
+
+
+ [% "Company's email signature" | $T8 %]
+ [% P.restricted_html(company_signature) %]
+
+
[% 'Phone' | $T8 %]
@@ -126,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 %]
@@ -154,7 +167,12 @@
- [%- IF INSTANCE_CONF.get_feature_experimental_order -%]
+
+ [% 'Longdescription dialog size percentage from main window (0 means fix values)' | $T8 %]
+
+ [% L.input_tag('longdescription_dialog_size_percentage', longdescription_dialog_size_percentage, size = 5) %]
+
+
[% 'Scrollbar height percentage for form postion area (0 means no scrollbar)' | $T8 %]
@@ -181,7 +199,6 @@
[% L.yes_no_tag('positions_show_update_button', positions_show_update_button) %]
- [%- END -%]
[% 'Show custom variable search inputs' | $T8 %]
@@ -251,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) %]
+
+
+
@@ -331,19 +362,20 @@
[%- END %]
+
+