X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6af007aef5ff57abc085bf61c6b2d228baac7b25..b8741ec3:/templates/webpages/client_config/form.html diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index 17b5a7fd6..20935eeb4 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -1,6 +1,5 @@ [%- USE L %][% USE LxERP %][% USE HTML %][%- USE JavaScript -%] - @@ -50,9 +58,15 @@ $(function() {
  • [% LxERP.t8('Ranges of numbers') %]
  • [% LxERP.t8('Default Accounts') %]
  • [% LxERP.t8('Posting Configuration') %]
  • -
  • [% LxERP.t8('DATEV check configuration') %]
  • + [% IF FORM.feature_datev %] +
  • [% LxERP.t8('DATEV check configuration') %]
  • + [% END %]
  • [% LxERP.t8('Orders / Delivery Orders deleteable') %]
  • +[%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% LxERP.t8('Global Attachments') %]
  • +[%- END %]
  • [% LxERP.t8('Warehouse') %]
  • +
  • [% LxERP.t8('Features') %]
  • [% PROCESS 'client_config/_ranges_of_numbers.html' %] @@ -60,7 +74,11 @@ $(function() { [% PROCESS 'client_config/_posting_configuration.html' %] [% PROCESS 'client_config/_datev_check_configuration.html' %] [% PROCESS 'client_config/_orders_deleteable.html' %] +[%- IF INSTANCE_CONF.get_doc_storage %] +[% PROCESS 'client_config/_attachments.html' %] +[%- END %] [% PROCESS 'client_config/_warehouse.html' %] +[% PROCESS 'client_config/_features.html' %] [% PROCESS 'client_config/_miscellaneous.html' %]