X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c1b69a2cc9b8bceb807aeeeda9c6a083defde33f..7bff84cbc6daa65a74b9f5c83415c98856eb30a1:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 3d5aba29a..29a968757 100644
--- a/templates/webpages/am/config.html
+++ b/templates/webpages/am/config.html
@@ -1,5 +1,6 @@
[%- USE T8 %]
-[% USE HTML %]
+[%- USE LxERP %]
+[% USE HTML %][% USE L %]
@@ -65,6 +65,18 @@
[% 'Address' | $T8 %] |
|
+
+ | [% 'SEPA creditor ID' | $T8 %] |
+ |
+
+
+
+ | [% 'taxincluded checked' | $T8 %] |
+
+ [% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %]
+ |
+
+
@@ -76,21 +88,13 @@
| [% 'Date Format' | $T8 %] |
-
+ [% L.select_tag('dateformat', DATEFORMATS, value_key = 'value', title_key = 'name') %]
|
| [% 'Output Number Format' | $T8 %] |
-
+ [% L.select_tag('numberformat', NUMBERFORMATS, value_key = 'value', title_key = 'name') %]
|
@@ -102,22 +106,14 @@
| [% 'Language' | $T8 %] |
-
+ [% L.select_tag('countrycode', COUNTRYCODES, value_key = 'value', title_key = 'name') %]
|
| [% 'Stylesheet' | $T8 %] |
-
+ [% L.select_tag('usestylesheet', STYLESHEETS, value_key = 'value', title_key = 'name') %]
|
@@ -129,16 +125,10 @@
-
-
- | [% 'Favorites' | $T8 %] |
- |
-
-
| [% 'Form details (second row)' | $T8 %] |
@@ -171,33 +161,21 @@
|
| [% 'Default template format' | $T8 %] |
-
+ [% L.select_tag('template_format', TEMPLATE_FORMATS, value_key = 'value', title_key = 'name') %]
|
| [% 'Default output medium' | $T8 %] |
-
+ [% L.select_tag('default_media', MEDIA, value_key = 'value', title_key = 'name') %]
|
| [% 'Default printer' | $T8 %] |
-
+ [% L.select_tag('default_printer_id', PRINTERS, default = myconfig_default_printer_id, title_key = 'printer_description', with_empty = 1) %]
|