From: Moritz Bunkus Date: Tue, 28 Feb 2017 16:48:25 +0000 (+0100) Subject: E-Mail-Dialog: Cc, Bcc standardmäßig verstecken; Dateianhang nach unten X-Git-Tag: release-3.5.4~1245 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9fe5b41d815d8e4843b40586a2e6b4c5bcd16fba;p=kivitendo-erp.git E-Mail-Dialog: Cc, Bcc standardmäßig verstecken; Dateianhang nach unten Wichtige Felder sollen damit näher zusammenrücken, und unwichtige Felder normalerweise gar nicht erst angezeigt werden. --- 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 @@ - - + + - + [%- IF show_bcc %] - + @@ -24,15 +30,15 @@ - - - - - + + + + +
[% 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") %] +
[% 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") %]