X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2F_send_email_dialog.html;h=3b00f1a28b6c4ec36c63946e7f8915353cd1ee3d;hb=c1ef3affe17e3c7d044ae3e6f70b802817de8ede;hp=7b5e8bdba7e404cbea1322f2186b86d821443147;hpb=0f8e74b871122ef22fa94af78715fd360da203ce;p=kivitendo-erp.git diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index 7b5e8bdba..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 ) %] [+]