X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5f68c97560deb16f78ab3331e13e692981bc2c1e..0cb6e3af8457c1b10c356a1749269b16c5cd3328:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 18af43224..257f6a7ac 100644
--- a/templates/webpages/am/config.html
+++ b/templates/webpages/am/config.html
@@ -40,9 +40,11 @@
| [% 'Signature' | $T8 %] |
- |
-
-
+
+
+ [% 'Check full signature' | $T8 %]
+ [% 'Edit user signature' | $T8 %]
+ |
| [% 'Phone' | $T8 %] |
|
@@ -52,26 +54,30 @@
[% 'Fax' | $T8 %] |
|
-
- | [% 'Company' | $T8 %] |
- |
-
-
- | [% 'Address' | $T8 %] |
- |
-
-
- | [% 'SEPA creditor ID' | $T8 %] |
- |
-
-
- | [% 'taxincluded checked' | $T8 %] |
+
+ | [% 'taxincluded checked' | $T8 %] |
[% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %]
|
+
+ | [% 'Focus position after update' | $T8 %] |
+
+ [% L.select_tag(
+ 'focus_position',
+ [
+ ['new_description', LxERP.t8('New row, description')],
+ ['new_partnumber', LxERP.t8('New row, partnumber')],
+ ['last_description', LxERP.t8('Last row, description')],
+ ['last_partnumber', LxERP.t8('Last row, partnumber')],
+ ],
+ default => myconfig_focus_position)
+ %]
+ |
+
+
@@ -84,6 +90,12 @@
[% L.select_tag('dateformat', DATEFORMATS, value_key = 'value', title_key = 'name') %]
+
+ | [% 'Time Format' | $T8 %] |
+
+ [% L.select_tag('timeformat', TIMEFORMATS, value_key = 'value', title_key = 'name') %]
+ |
+
| [% 'Output Number Format' | $T8 %] |
@@ -140,6 +152,14 @@
|
+
+
+ | [% 'Number of columns of custom variables in form details (second row)' | $T8 %] |
+
+ [% L.input_tag('form_cvars_nr_cols', myconfig_form_cvars_nr_cols || 3, size = 5) %]
+ |
+
+
@@ -180,7 +200,7 @@