X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/549f187d3a2b1d15f96c4556714666ed954447bb..HEAD:/templates/webpages/ap/form_header.html diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index e3bc2e9c7..ec1a17a19 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -4,7 +4,10 @@ [%- USE T8 %] [%- USE LxERP %][%- USE P -%] -

[% title | html %]

+

+ [% IF workflow_email_journal_id; LxERP.t8("Email Journal Workflow") _ " - "; END; %] + [% title %] +

[%- INCLUDE 'common/flash.html' %] @@ -41,9 +44,19 @@ +[% L.hidden_tag('zugferd_session_file', zugferd_session_file) %] [%- P.hidden_tag('convert_from_oe_id', convert_from_oe_id) -%] +[% 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) %] + [% FOREACH i IN [1..paidaccounts] %] [% temp = "acc_trans_id_"_ i %] @@ -59,6 +72,9 @@