X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a99fc9f6b84fbf0effae46eb41fe056c960a1602..1c82a10ebeac06882c948e74bb94edb6f8a14495:/templates/webpages/ir/form_header.html diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index 75ffde5d4..427e57004 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -107,13 +107,10 @@ [% 'Steuersatz' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'taxzone_id' - style = 'width: 250px' - DATA = ALL_TAXZONES - id_key = 'id' - readonly = (id ? 1 : 0) - label_key = 'description' -%] + [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES) , default = taxzone_id, title_key = 'description', disabled = (id ? 1 : 0), style='width: 250px', onchange = "document.getElementById('update_button').click();") %] + [%- IF id %] + + [%- END %] [%- IF id %]