X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_header.html;h=9f4ee97d71f33ca87d760f3c39b0a1da7a4f830f;hb=122f91e7b6682ad3d6a403cad1be2d686df0db39;hp=8c8a17333a4f2cc164d89c62c7fbf3a0174a1832;hpb=0fa8098195ca1634920bf65264a987b59a91ebe1;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 8c8a17333..9f4ee97d7 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -6,7 +6,6 @@
- @@ -113,7 +112,7 @@ [% 'Currency' | $T8 %] - + [% L.select_tag("currency", currencies, default=currency, value_key="name", title_key="name") %] [% IF ( defaultcurrency && (currency != defaultcurrency) ) %] [% 'Exchangerate' | $T8 %] @@ -202,7 +201,8 @@ [% temp = 'selected_taxchart_'_ i %] - [% L.select_tag('taxchart_'_ i, ALL_TAXCHARTS, value_title_sub = \taxchart_value_title_sub, default = $temp) %] + [% taxcharts = 'taxcharts_' _ i %] + [% L.select_tag('taxchart_'_ i, $taxcharts, value_title_sub = \taxchart_value_title_sub, default = $temp, style="width: 250px") %] [% temp = "project_id_"_ i %]