X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2F_send_email_dialog.html;h=7b5e8bdba7e404cbea1322f2186b86d821443147;hb=15eda163ebc5f28f19161d567afdf03e37cf516a;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..7b5e8bdba 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -50,7 +50,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 +99,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")) %]