X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bd4debfbf0cddd53ba37a5f7881a4525e3c69891..a40f0c2f7523a7d6936ca483901c22dfe86358c9:/templates/webpages/generic/edit_email.html diff --git a/templates/webpages/generic/edit_email.html b/templates/webpages/generic/edit_email.html index 48f61316e..e3b03ac1e 100644 --- a/templates/webpages/generic/edit_email.html +++ b/templates/webpages/generic/edit_email.html @@ -6,7 +6,7 @@ - +[%- IF INSTANCE_CONF.get_doc_storage %] + +[%- ELSE %] + +[%- END %] @@ -49,7 +135,7 @@ - - +
+ @@ -33,6 +33,92 @@
[% 'To' | $T8 %]
+ +[%- USE ATT_it = Iterator(FILES) %] +[% FOREACH file = ATT_it %] +[% END %] +[%- IF ATT_it.size > 0 %] + + + + + + + + + + + [% FOREACH file = ATT_it %] + + + + [% END %] +[%- END %] +[%- USE ATT_it = Iterator(VC_FILES) %] +[% FOREACH file = ATT_it %] +[% END %] +[%- IF ATT_it.size > 0 %] + + + + + + + + + + + [% FOREACH file = ATT_it %] + + + + [% END %] +[%- END %] +[%- USE ATT_it = Iterator(PART_FILES) %] +[%- SET lastpartid = '' %] +[%- FOREACH file = ATT_it %] +[%- END %] +[%- IF ATT_it.size > 0 %] + + + + + + + + + + [% FOREACH file = ATT_it %] + [%- IF lastpartid != file.trans_id %] + [%- SET lastpartid = file.trans_id %][%- SET partname = file.partname %] + + [%- ELSE %][%- SET partname = '' %][% END %] + + + + + [% END %] +[%- END %] +
[% LxERP.t8('other Document Attachments') %]
[% LxERP.t8('Filename') %]

[% file.file_name %] + +

+ + [% LxERP.t8('Customer Attachments') %] +
[% LxERP.t8('Filename') %]

[% file.file_name %] + +

+ + [% LxERP.t8('Part Attachments') %] +
[% LxERP.t8('Part Number') %][% LxERP.t8('Filename') %]

[% partname %][% file.file_name %] + +
+
+
+ [% print_options %] [% FOREACH row = HIDDEN %] @@ -59,14 +145,18 @@


[% L.hidden_tag('action', action) %]
-[% L.submit_tag('dummy_action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %] +[% L.submit_tag('action_newfile', LxERP.t8('Make new document'), onclick="return check_prerequisites();") %] +[%- IF has_document %] +[% L.submit_tag('action_oldfile', LxERP.t8('use actual document'), onclick="return check_prerequisites();") %] +[%- END %] +[% L.submit_tag('action_nofile', LxERP.t8('No document'), onclick="return check_prerequisites();") %]