X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bd1ece25ff151772844eb6318f02ade2470602db..3ab26ffc:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 9c22678a2..29a968757 100644
--- a/templates/webpages/am/config.html
+++ b/templates/webpages/am/config.html
@@ -16,7 +16,6 @@
-
@@ -70,6 +69,14 @@
[% 'SEPA creditor ID' | $T8 %]
+
+
+ [% 'taxincluded checked' | $T8 %]
+
+ [% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %]
+
+
+
@@ -81,21 +88,13 @@
[% 'Date Format' | $T8 %]
-
- [%- FOREACH row = DATEFORMATS %]
- [% HTML.escape(row.name) %]
- [%- END %]
-
+ [% L.select_tag('dateformat', DATEFORMATS, value_key = 'value', title_key = 'name') %]
[% 'Output Number Format' | $T8 %]
-
- [%- FOREACH row = NUMBERFORMATS %]
- [% HTML.escape(row.name) %]
- [%- END %]
-
+ [% L.select_tag('numberformat', NUMBERFORMATS, value_key = 'value', title_key = 'name') %]
@@ -107,22 +106,14 @@
[% 'Language' | $T8 %]
-
- [%- FOREACH row = COUNTRYCODES %]
- [% HTML.escape(row.name) %]
- [%- END %]
-
+ [% L.select_tag('countrycode', COUNTRYCODES, value_key = 'value', title_key = 'name') %]
[% 'Stylesheet' | $T8 %]
-
- [%- FOREACH row = STYLESHEETS %]
- [% HTML.escape(row.name) %]
- [%- END %]
-
+ [% L.select_tag('usestylesheet', STYLESHEETS, value_key = 'value', title_key = 'name') %]
@@ -134,16 +125,10 @@
[% 'Top (CSS)' | $T8 %]
[% 'Top (CSS) new' | $T8 %]
[% 'Top (Javascript)' | $T8 %]
-
[% 'Top (XUL; only for Mozilla Firefox)' | $T8 %]
-
- [% 'Favorites' | $T8 %]
-
-
-
[% 'Form details (second row)' | $T8 %]
@@ -165,8 +150,6 @@
-
[% LxERP.t8('Note: For Firefox 4 and later the menu XUL menu requires the addon Remote XUL Manager and the Lx-Office server to be white listed.', 'https://addons.mozilla.org/de/firefox/addon/remote-xul-manager/') %]
-
@@ -178,29 +161,21 @@
[% '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) %]