[% USE HTML %] [% USE LxERP %] [% USE L %] [% USE P %] [% SET have_files = 0 %] [% BLOCK attach_file_list %] [% IF files.as_list.size %] [% SET have_files = 1 ; FOREACH file = files.as_list %]
[% IF is_invoice_mail %] [% LxERP.t8("Invoice to:") %] [% ELSE %] [% LxERP.t8("Recipients") %] [% END %] [+] | [% L.input_tag("email_form.to", email_form.to, class="wi-wider", readonly=is_invoice_mail) %] |
---|---|
[%- IF loop.first %] [% LxERP.t8("Other recipients") %] [%- END %] | [% P.checkbox_tag("email_form.additional_to[]", label=email, value=email, checked="0") %] |
[% 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) %] |
[% LxERP.t8("Cc") %] | [% L.input_tag("email_form.cc", email_form.cc, class="wi-wider") %] |
[% LxERP.t8("Bcc") %] | [% L.input_tag("email_form.bcc", email_form.bcc, class="wi-wider") %] |
[% LxERP.t8("Subject") %] | [% L.input_tag("email_form.subject", email_form.subject, class="wi-wider") %] |
[% 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", class="texteditor texteditor-space-for-toolbar wi-wider") %] |
[% LxERP.t8("Send printout of record") %] | [% SET no_file_label = have_files ? LxERP.t8("Don't include a printout of the record with the email, only selected files") : LxERP.t8("Don't include a printout of the record with the email") %] [%- IF is_final_version %] [% options = [ [ "old_file", LxERP.t8("Send the last version for this record") ], [ "no_file", no_file_label ], ] %] [%- ELSE %] [% options = [ [ "old_file", LxERP.t8("Send the last or create the first version for this record") ], [ "normal", LxERP.t8("Create and send a new printout for this record") ], [ "no_file", no_file_label ], ] %] [%- END %] [% L.select_tag("email_form.attachment_policy", options, onchange="kivi.SalesPurchase.activate_send_email_actions_regarding_printout()", class="wi-wider") %] |
[% IF !INSTANCE_CONF.get_doc_storage %] [% LxERP.t8("Attachment name") %] [% END %] | [% L.input_tag("email_form.attachment_filename", email_form.attachment_filename, class="wi-wider") %] |