X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2F_send_email_dialog.html;h=79b984c81b8c0e09f69c158bb515f1f8fd2c87f7;hb=53f7b40841432dec27fcbb0772dc4adb11d9cda7;hp=36713ea4ac9c6a571fd1a77f6b173d4fe0a4a710;hpb=bcc18db1e4de520a6d6d1ce0378516b2c390ee81;p=kivitendo-erp.git diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index 36713ea4a..79b984c81 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -40,6 +40,13 @@ + [%- IF ALL_EMPLOYEES.size %] + + [% LxERP.t8("CC to Employee") %] + [% L.select_tag('email_form.cc_employee', ALL_EMPLOYEES, value_key='login' title_key='safe_name', with_empty=1, style=style) %] + + [%- END %] + [% LxERP.t8("Cc") %] [% L.input_tag("email_form.cc", email_form.cc, size="80") %] @@ -103,6 +110,10 @@ files = FILES.part_files checked = INSTANCE_CONF.get_email_attachment_part_files_checked label = LxERP.t8("Files from parts") %] + + [% PROCESS attach_file_list + files = FILES.project_files + label = LxERP.t8("Files from projects") %] [% END %] @@ -110,6 +121,6 @@

- [% L.button_tag(email_form.js_send_function, LxERP.t8("Send email")) %] + [% L.button_tag(email_form.js_send_function, LxERP.t8("Send email"), id='send_email') %] [% L.button_tag("\$('#send_email_dialog').dialog('close');", LxERP.t8("Abort")) %]