X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/979543127ce95408792573c99fc7eb09c30448c3..c0ed7d2fa:/templates/webpages/client_config/form.html diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index 173a98748..0f85512b3 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -1,25 +1,81 @@ -[%- USE T8 %][%- USE L %][% USE LxERP %] +[%- USE L %][% USE LxERP %][% USE HTML %][%- USE JavaScript -%] + +

[% title | html %]

[% PROCESS 'common/flash.html' %]
+
+ + +[% PROCESS 'client_config/_ranges_of_numbers.html' %] +[% PROCESS 'client_config/_default_accounts.html' %] +[% PROCESS 'client_config/_posting_configuration.html' %] +[% PROCESS 'client_config/_datev_check_configuration.html' %] +[% PROCESS 'client_config/_orders_deleteable.html' %] +[% PROCESS 'client_config/_warehouse.html' %] +[% PROCESS 'client_config/_features.html' %] +[% PROCESS 'client_config/_miscellaneous.html' %] - - - - - - - - - -
[% 'Posting Configuration' | $T8 %]
[% 'Payments Changeable' | $T8 %][% L.select_tag('payments_changeable', SELF.payment_options, value_key => 'value', title_key => 'title', default => SELF.payments_changeable) %][% 'Should payments be and when should they be changeable after posting?' | $T8 %]
- -
- -[%- L.hidden_tag('action', 'ClientConfig/dispatch') %] -[%- L.submit_tag('action_save', LxERP.t8('Save')) %] +
+ [%- L.hidden_tag('action', 'ClientConfig/dispatch') %] + [%- L.submit_tag('action_save', LxERP.t8('Save')) %] +