X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2F_send_email_dialog.html;h=3b00f1a28b6c4ec36c63946e7f8915353cd1ee3d;hb=c1ef3affe17e3c7d044ae3e6f70b802817de8ede;hp=51565a6f31879da9e6335dcea7e1d1502b88b5fb;hpb=dd33cbecc78ee154df73ebf578be8f660af2357c;p=kivitendo-erp.git diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index 51565a6f3..3b00f1a28 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -23,10 +23,14 @@ - [% LxERP.t8("Recipients") %] + [% IF is_invoice_mail %] + [% LxERP.t8("Invoice to:") %] + [% ELSE %] + [% LxERP.t8("Recipients") %] + [% END %] - [% L.input_tag("email_form.to", email_form.to, size="80") %] + [% L.input_tag("email_form.to", email_form.to, size="80",readonly=is_invoice_mail ) %] [+] @@ -50,7 +54,9 @@ - [% LxERP.t8("Message") %] + [% 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") %] @@ -97,6 +103,6 @@

- [% L.button_tag("kivi.SalesPurchase.send_email()", LxERP.t8("Send email")) %] + [% L.button_tag(email_form.js_send_function, LxERP.t8("Send email")) %] [% L.button_tag("\$('#send_email_dialog').dialog('close');", LxERP.t8("Abort")) %]