X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4486e3bc8eb00c37cf8029e663eb94b4b9c5346a..bcc996e65643:/templates/webpages/gl/form_header.html diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index 728c80fc7..e8b7b5a6a 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -2,25 +2,12 @@ [%- USE LxERP %] [%- USE T8 %] [%- 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) %] @@ -43,10 +31,22 @@ +
+ +
+ - - - [%- IF saved_message %] [%- IF id %] - + [%- END %] -[%- IF selectdepartment %] +[%- IF ALL_DEPARTMENTS %] - - + [%- END %] @@ -151,5 +150,3 @@ [%- END %] - -[%- PROCESS 'gl/form_header_chart_balances_js.html' %]
[% title | html %]
[% saved_message | html %] @@ -66,7 +66,7 @@ - +
[% 'Date' | $T8 %][% 'Transdate' | $T8 %] [% L.date_tag('transdate', transdate, readonly=readonly) %]
@@ -74,12 +74,12 @@
[% 'Belegnummer' | $T8 %][% 'ID' | $T8 %] [% L.input_tag('id', id, size=20, readonly=readonly) %] - +
[% 'Buchungsdatum' | $T8 %][% 'Gldate' | $T8 %] [% L.date_tag('gldate', gldate, readonly=1) %]
@@ -87,11 +87,10 @@
[% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]