X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b61f5c3df68e3a3b4fb6a8a287172b0989215748..dc7791df0d3e919e691fb3fd3d7ee20e3c5e7ca1:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 280db9d67..7e2293d94 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,10 @@
[% 'Address' | $T8 %] |
|
+
+ [% 'SEPA creditor ID' | $T8 %] |
+ |
+
@@ -76,21 +80,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 +98,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') %]
|
@@ -125,20 +113,14 @@
[% 'Setup Menu' | $T8 %] |
|
-
- [% 'Favorites' | $T8 %] |
- |
-
-
[% 'Form details (second row)' | $T8 %] |
@@ -171,33 +153,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) %]
|