@@ -39,7 +39,7 @@
-
+
diff --git a/modules/advanced_mailer/tpl/sms_log.html b/modules/advanced_mailer/tpl/sms_log.html
new file mode 100644
index 000000000..964ee1093
--- /dev/null
+++ b/modules/advanced_mailer/tpl/sms_log.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+ Total: {number_format($total_count)}, Page: {number_format($page)}/{number_format($total_page)}
+
+
+
+ | {$lang->cmd_advanced_mailer_status_sender} |
+ {$lang->cmd_advanced_mailer_status_recipient} |
+ {$lang->cmd_advanced_mailer_status_content} |
+ {$lang->cmd_advanced_mailer_status_sending_method} |
+ {$lang->cmd_advanced_mailer_status_time} |
+ {$lang->cmd_advanced_mailer_status} |
+
+
+
+
+ |
+ {htmlspecialchars($val->sms_from)}
+ |
+
+ {htmlspecialchars($val->sms_to)}
+ |
+ {nl2br(htmlspecialchars($val->content))} |
+
+ {@ if($val->sending_method === 'mail') $val->sending_method = 'mailfunction'}
+ {strval(isset($sending_methods[$val->sending_method]['name']) ? $sending_methods[$val->sending_method]['name'] : $val->sending_method)}
+ |
+ {(zdate($val->regdate, "Y-m-d\nH:i:s"))} |
+
+
+ {$lang->cmd_advanced_mailer_status_success}
+
+ {$lang->cmd_advanced_mailer_status_error}
+
+ {$lang->cmd_advanced_mailer_status_error_msg}:
+ {nl2br(htmlspecialchars(trim($val->errors)))}
+ {$lang->cmd_advanced_mailer_status_calling_script}:
+ {htmlspecialchars($val->calling_script)}
+
+
+ |
+
+
+ | {$lang->msg_advanced_mailer_log_is_empty} |
+
+
+
+
+
+
+
+
diff --git a/modules/advanced_mailer/tpl/sms_test.html b/modules/advanced_mailer/tpl/sms_test.html
new file mode 100644
index 000000000..8819a3dba
--- /dev/null
+++ b/modules/advanced_mailer/tpl/sms_test.html
@@ -0,0 +1,48 @@
+
+
+
+
+