X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0582e44f1f8b8ab4c8e63bdf1f06c7cb95353c67..HEAD:/templates/webpages/gl/form_header.html?ds=inline
diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html
index 00631c3ed..16b82c6e2 100644
--- a/templates/webpages/gl/form_header.html
+++ b/templates/webpages/gl/form_header.html
@@ -2,7 +2,11 @@
[%- USE LxERP %]
[%- USE T8 %]
[%- USE L %]
-
[% title | html %]
+
+
+ [% IF workflow_email_journal_id; LxERP.t8("Email Journal Workflow") _ " - "; END; %]
+ [% title | html %]
+
[%- INCLUDE 'common/flash.html' %]
@@ -24,6 +28,15 @@
[% L.hidden_tag(name, $name) %]
[%- END %]
+[% IF !id %]
+[% L.hidden_tag('form_validity_token', form_validity_token) %]
+[% END %]
+[% L.hidden_tag('email_journal_id', email_journal_id) %]
+[% L.hidden_tag('email_attachment_id', email_attachment_id) %]
+[% L.hidden_tag('workflow_email_journal_id', workflow_email_journal_id) %]
+[% L.hidden_tag('workflow_email_attachment_id', workflow_email_attachment_id) %]
+[% L.hidden_tag('workflow_email_callback', workflow_email_callback) %]
+
@@ -34,6 +47,9 @@