X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/261cfce2d80642a4df62b59a92cb5cc48cf279a4..58966151:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 3c26298ba..7e2293d94 100644
--- a/templates/webpages/am/config.html
+++ b/templates/webpages/am/config.html
@@ -80,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') %]
|
@@ -106,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') %]
|
@@ -169,29 +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', L.options_for_select(PRINTERS, default => myconfig_default_printer_id, title => 'printer_description', with_empty => 1)) %]
+ [% L.select_tag('default_printer_id', PRINTERS, default = myconfig_default_printer_id, title_key = 'printer_description', with_empty = 1) %]
|