X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcommon%2F_send_email_dialog.html;h=e626c3510a2886bfa8293bee9cee5feeb18511fb;hb=2644d2a93d051b4040354c87c0410ebf494a15df;hp=b58e762c47b42d0f499ac40371c0c49bb5e07ab7;hpb=bc0386a49ddf723675331faeae842447d8c1fa2e;p=kivitendo-erp.git diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index b58e762c4..e626c3510 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") %]