X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/670a6e6cb58ccaef212150406b66a955295fe074..HEAD:/templates/webpages/am/config.html diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 4a8d64d52..6e42efd22 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -12,6 +12,7 @@
  • [% 'Display options' | $T8 %]
  • [% 'Print options' | $T8 %]
  • [% 'TODO list options' | $T8 %]
  • +
  • [% 'Follow-up options' | $T8 %]
  • @@ -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 %] @@ -159,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 %] @@ -186,7 +199,6 @@ [% L.yes_no_tag('positions_show_update_button', positions_show_update_button) %] - [%- END -%] [% 'Show custom variable search inputs' | $T8 %] @@ -256,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) %] + + +
    @@ -336,5 +362,20 @@ [%- END %] + +
    + + + + + +
    [% 'Notify me by email for follow-ups' | $T8 %] + + + + +
    +
    +