This commit is contained in:
wangyidong
2018-12-10 10:01:53 +08:00
parent 641e48d2d6
commit a46b37266c
+5 -5
View File
@@ -92,12 +92,12 @@
</tr>
<tr>
<td colspan='2' class='text-center'>
<td colspan='4' class='text-center'>
<?php echo html::submitButton();?>
<?php
echo html::submitButton();
if($config->mail->turnon and $mailExist) echo html::linkButton($lang->mail->test, inlink('test'));
echo html::linkButton($lang->mail->reset, inlink('reset'));
if(common::hasPriv('mail', 'browse') and !empty($config->mail->async) and !empty($config->global->cron)) echo html::linkButton($lang->mail->browse, inlink('browse'));
if($config->mail->turnon and $mailExist) echo html::a(inlink('test'), $lang->mail->test, '', "class='btn btn-wide'");
echo html::a(inlink('reset'), $lang->mail->reset, '', "class='btn btn-wide'");
if(common::hasPriv('mail', 'browse') and !empty($config->mail->async) and !empty($config->global->cron)) echo html::a(inlink('browse'), $lang->mail->browse, '', "class='btn btn-wide'");
?>
</td>
</tr>