X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fconfig.html;h=5921dd2b2105aae6d12b7852bd44ef19bce364bf;hb=ec27f67783272a5fec9ddc7d3e6ae00b6db7a0a3;hp=3c26298baaa5d4cead512dfbed100152d35e47f4;hpb=fc1ff1a03f56176d1e84bc0345443f561426a4a7;p=kivitendo-erp.git diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 3c26298ba..5921dd2b2 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -1,7 +1,6 @@ [%- USE T8 %] [%- USE LxERP %] -[% USE HTML %][% USE L %] - +[%- USE HTML %][%- USE L %]

[% title %]

@@ -69,6 +68,14 @@ [% 'SEPA creditor ID' | $T8 %] + + + [% 'taxincluded checked' | $T8 %] + + [% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %] + + +
@@ -80,21 +87,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 +105,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') %] @@ -131,7 +122,6 @@ @@ -169,29 +159,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) %] @@ -263,6 +245,3 @@ maintab.init(); --> - - -