X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2F_send_email_dialog.html;h=487943c6c894fc632819c9440b7fc9dc8a5689b6;hb=5a07eafc9d215ad427e1d0e1f1682294703f45ce;hp=23cc1a9f7225e41aa397e78aa75f40a1f816c464;hpb=824735fcfa7c7bb9a5e76ceb2214c6a7cb42e60a;p=kivitendo-erp.git diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index 23cc1a9f7..487943c6c 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -40,6 +40,21 @@ + [%- IF ALL_PARTNER_EMAIL_ADDRESSES.size %] + [%- FOREACH email = ALL_PARTNER_EMAIL_ADDRESSES %] + + + [%- IF loop.first %] + [% LxERP.t8("Other recipients") %] + [%- END %] + + + [% P.checkbox_tag("email_form.additional_to[]", label=email, value=email, checked="0") %] + + + [%- END %] + [%- END %] + [%- IF ALL_EMPLOYEES.size %] [% LxERP.t8("CC to Employee") %] @@ -68,7 +83,7 @@ [% LxERP.t8("Message") %] [% L.link("generictranslations.pl?action=edit_email_strings", "1)", title=LxERP.t8('Tired of copying always nice phrases for this message? Click here to use the new preset message option!'), target="_blank") %] - [% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor") %] + [% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor texteditor-space-for-toolbar") %] [% IF INSTANCE_CONF.get_doc_storage %]