mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add links to Mail and SMS tests from notification config screen
This commit is contained in:
parent
be66ee4f21
commit
ec3fd6c933
1 changed files with 4 additions and 0 deletions
|
|
@ -378,6 +378,10 @@
|
|||
</section>
|
||||
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-left">
|
||||
<a class="x_btn" href="{getUrl(['module' => 'admin', 'act' => 'dispAdvanced_mailerAdminMailTest'])}" target="_blank">{$lang->cmd_advanced_mailer_mail_test}</a>
|
||||
<a class="x_btn" href="{getUrl(['module' => 'admin', 'act' => 'dispAdvanced_mailerAdminSMSTest'])}" target="_blank">{$lang->cmd_advanced_mailer_sms_test}</a>
|
||||
</div>
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue