X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_header.html;h=e8b7b5a6a397adf450f31ce71cad27aeaf9eaeb7;hb=cff4d3332201b41a504878734475f7c9328a15be;hp=e349761cf238470c2490e76900025a485c1f4209;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index e349761cf..e8b7b5a6a 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 %] @@ -68,7 +66,7 @@ function updateTaxes(row) [%- IF id %] - + [%- END %] -[%- IF selectdepartment %] +[%- IF ALL_DEPARTMENTS %] - - + [%- END %] @@ -153,5 +150,3 @@ function updateTaxes(row) [%- END %] - -[%- PROCESS 'gl/form_header_chart_balances_js.html' %]
- +
[% 'Date' | $T8 %][% 'Transdate' | $T8 %] [% L.date_tag('transdate', transdate, readonly=readonly) %]
@@ -76,12 +74,12 @@ function updateTaxes(row)
[% 'Belegnummer' | $T8 %][% 'ID' | $T8 %] [% L.input_tag('id', id, size=20, readonly=readonly) %] - +
[% 'Buchungsdatum' | $T8 %][% 'Gldate' | $T8 %] [% L.date_tag('gldate', gldate, readonly=1) %]
@@ -89,11 +87,10 @@ function updateTaxes(row)
[% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]