X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/50e9bb1e32301ef2f22afdcea54b487487c479f5..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/common/_send_email_dialog.html
diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html
index b039b253f..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" wrap="soft") %] |
+ [% 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 %]