X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1a1bdd3dcfccee2b6b6b2b36f95aad0dd64132c1..9fe5b41d815d8e4843b40586a2e6b4c5bcd16fba:/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 20d8b2d77..c45313ba7 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -3,17 +3,23 @@
| [% LxERP.t8("To") %] | -[% L.input_tag("email_form.to", email_form.to, size="80") %] | ++ [% LxERP.t8("Recipients") %] + | ++ [% L.input_tag("email_form.to", email_form.to, size="80") %] + [% L.link("#", "[+]", onclick="\$('[data-toggle-recipients=1]').toggle()", "data-toggle-recipients"="1") %] + [% L.link("#", "[-]", onclick="\$('[data-toggle-recipients=1]').toggle()", "data-toggle-recipients"="1", class="hidden") %] + |
|---|---|---|---|
| [% LxERP.t8("Cc") %] | [% L.input_tag("email_form.cc", email_form.cc, size="80") %] | ||
| [% LxERP.t8("Bcc") %] | [% L.input_tag("email_form.bcc", email_form.bcc, size="80") %] | [% L.input_tag("email_form.subject", email_form.subject, size="80") %] | -|
| [% LxERP.t8("Attachment name") %] | -[% L.input_tag("email_form.attachment_filename", email_form.attachment_filename, size="80") %] | -||
| [% LxERP.t8("Message") %] | [% L.textarea_tag("email_form.message", email_form.message, rows="15" cols="80" wrap="soft") %] | ||
| [% LxERP.t8("Attachment name") %] | +[% L.input_tag("email_form.attachment_filename", email_form.attachment_filename, size="80") %] | +