X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fam%2Fconfig.html;h=387c18cab45550e3a86c3de08f051c00a7c7c8ea;hb=8a40e3dd0f638557b8c666fe708ccbc1ac709c4e;hp=3d5aba29ad184b3234ef742f6b5fbdf83d02c050;hpb=c1b69a2cc9b8bceb807aeeeda9c6a083defde33f;p=kivitendo-erp.git diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 3d5aba29a..387c18cab 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -1,6 +1,6 @@ [%- USE T8 %] -[% USE HTML %] - +[%- USE LxERP %] +[%- USE HTML %][%- USE L %]

[% title %]

@@ -15,7 +15,6 @@ -
@@ -65,6 +64,18 @@ [% 'Address' | $T8 %] + + [% 'SEPA creditor ID' | $T8 %] + + + + + [% 'taxincluded checked' | $T8 %] + + [% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %] + + +
@@ -76,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') %] @@ -102,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') %] @@ -129,16 +124,10 @@ - - - [% 'Favorites' | $T8 %] - - - [% 'Form details (second row)' | $T8 %] @@ -171,33 +160,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) %] @@ -270,5 +247,3 @@ --> - -