X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4dc48e117cfdb6e59c2d8b9d8087ef8a3bc245a4..HEAD:/templates/webpages/gl/form_header.html diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index ba9036c8d..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) %] + @@ -31,19 +44,30 @@ -
+
+ +[%- IF INSTANCE_CONF.get_doc_storage %] +
+[%- END %] +
@@ -62,14 +86,14 @@ - + [%- IF id %] - + @@ -79,16 +103,20 @@ SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %] - + - - + + + + + +
[% 'Reference' | $T8 %][% L.input_tag('reference', reference, size=20, readonly=readonly) %][% L.input_tag('reference', reference, style='width:330px', readonly=readonly) %] [% 'Transdate' | $T8 %] [% L.date_tag('transdate', transdate, readonly=readonly) %]
[% 'ID' | $T8 %][% L.input_tag('id', id, size=20, readonly=readonly) %][% id %] [% 'Gldate' | $T8 %] [% L.date_tag('gldate', gldate, readonly=1) %]
[% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width:334px') %] [% 'Tax point' | $T8 %] [% L.date_tag('tax_point', tax_point) %]
[% 'Description' | $T8 %][% L.areainput_tag('description', description, cols=50, readonly=readonly) %][% 'Transaction description' | $T8 %][% L.input_tag("transaction_description", transaction_description, style='width:330px') %] [% 'Delivery Date' | $T8 %] [% L.date_tag('deliverydate', deliverydate) %]
[% 'Description' | $T8 %][% L.areainput_tag('description', description, cols=50, style='width:330px', readonly=readonly) %]
[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %] [%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %]