-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/modules/advanced_mailer/tpl/js/config.js b/modules/advanced_mailer/tpl/js/config.js
index 43bb459e4..b4782e3f7 100644
--- a/modules/advanced_mailer/tpl/js/config.js
+++ b/modules/advanced_mailer/tpl/js/config.js
@@ -3,7 +3,7 @@
$(function() {
- $("#advanced_mailer_test_send").click(function(event) {
+ $("#advanced_mailer_test_send_mail").click(function(event) {
event.preventDefault();
$("#advanced_mailer_test_result").text("");
$(this).attr("disabled", "disabled");
@@ -12,7 +12,7 @@
recipient_email: $("#advanced_mailer_recipient_email").val(),
};
$.exec_json(
- "advanced_mailer.procAdvanced_mailerAdminTestSend", ajax_data,
+ "advanced_mailer.procAdvanced_mailerAdminTestSendMail", ajax_data,
function(response) {
$("#advanced_mailer_test_result").html(response.test_result);
$("#advanced_mailer_test_send").removeAttr("disabled");
diff --git a/modules/advanced_mailer/tpl/test.html b/modules/advanced_mailer/tpl/test.html
index 07c3517ec..28f80d0c0 100644
--- a/modules/advanced_mailer/tpl/test.html
+++ b/modules/advanced_mailer/tpl/test.html
@@ -13,7 +13,7 @@
- {$lang->cmd_advanced_mailer_test}
+ {$lang->cmd_advanced_mailer_mail_test}
@@ -39,7 +39,7 @@
-
+