103 |
- |
1 |
<?php echo showSectionHead($spTextPanel['Test Email Settings']); ?>
|
|
|
2 |
<form id="emailForm">
|
|
|
3 |
<input type="hidden" value="send_test_email" name="sec">
|
|
|
4 |
<table id="cust_tab">
|
|
|
5 |
<tr class="form_head">
|
|
|
6 |
<th width='30%'><?php echo $spTextPanel['Test Email Settings']?></th>
|
|
|
7 |
<th> </th>
|
|
|
8 |
</tr>
|
|
|
9 |
<tr class="form_data">
|
|
|
10 |
<td><?php echo $spText['login']['Email']?>:</td>
|
|
|
11 |
<td><input type="email" name="test_email" value=""><?php echo $errMsg['name']?></td>
|
|
|
12 |
</tr>
|
|
|
13 |
</table>
|
|
|
14 |
<br>
|
|
|
15 |
<table width="100%" class="actionSec">
|
|
|
16 |
<tr>
|
|
|
17 |
<td style="padding-top: 6px;text-align:right;">
|
|
|
18 |
<a onclick="scriptDoLoad('settings.php?sec=test_email', 'content', 'layout=ajax')" href="javascript:void(0);" class="actionbut">
|
|
|
19 |
<?php echo $spText['button']['Cancel']?>
|
|
|
20 |
</a>
|
|
|
21 |
<?php $actFun = SP_DEMO ? "alertDemoMsg()" : "confirmSubmit('settings.php', 'emailForm', 'subcontent')"; ?>
|
|
|
22 |
<a onclick="<?php echo $actFun?>" href="javascript:void(0);" class="actionbut">
|
|
|
23 |
<?php echo $spTextSettings['Send Email']?>
|
|
|
24 |
</a>
|
|
|
25 |
</td>
|
|
|
26 |
</tr>
|
|
|
27 |
</table>
|
|
|
28 |
</form>
|
|
|
29 |
<div id="subcontent"></div>
|