X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..69e526ee5:/templates/webpages/gl/form_header.html diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index e349761cf..f5a792b91 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -4,28 +4,10 @@ [%- USE L %]

[% title | html %]

+[%- INCLUDE 'common/flash.html' %] + + -
+ [% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %] [% L.hidden_tag(name, $name) %] @@ -48,6 +31,21 @@ function updateTaxes(row) +
+ +
+ [%- IF saved_message %] @@ -89,11 +87,10 @@ function updateTaxes(row) [%- END %] -[%- IF selectdepartment %] +[%- IF ALL_DEPARTMENTS %] - - + [%- END %] @@ -153,5 +150,3 @@ function updateTaxes(row) [%- END %] - -[%- PROCESS 'gl/form_header_chart_balances_js.html' %]
[% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]