From: Moritz Bunkus Date: Tue, 24 Jan 2017 14:15:24 +0000 (+0100) Subject: Finanzbuchhaltungsmasken: Flash anzeigen &
eine ID geben X-Git-Tag: release-3.5.4~1662 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=526dad121d0d769b2f1816d108e1c1183f581c12;p=kivitendo-erp.git Finanzbuchhaltungsmasken: Flash anzeigen & eine ID geben --- diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 889080b02..878b86366 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -3,7 +3,11 @@ [%- USE T8 %] [%- USE LxERP %][%- USE P -%] - +

[% title | html %]

+ +[%- INCLUDE 'common/flash.html' %] + + @@ -45,8 +49,6 @@ [% END %] -

[% title | html %]

- [% IF ( saved_message ) %]

[% saved_message | html %]

[% END %] diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index bb943964b..689c3c3e1 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -3,7 +3,11 @@ [%- USE T8 %] [%- USE LxERP %][%- USE P -%] - +

[% title | html %]

+ +[%- INCLUDE 'common/flash.html' %] + + [% L.hidden_tag('id', id) %] [% L.hidden_tag('sort', sort) %] @@ -16,8 +20,6 @@ [% L.hidden_tag('follow_up_rowcount', 1) %] -

[% title | html %]

- [%- IF saved_message %]

[% saved_message | html %]

[% END %]
diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index 2a34a69e9..c6d7242c5 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -4,6 +4,8 @@ [%- USE L %]

[% title | html %]

+[%- INCLUDE 'common/flash.html' %] +