* adjust for mail.

This commit is contained in:
wangyidong
2015-09-17 15:34:25 +08:00
parent adf49b7dd5
commit 9665abb8ed
6 changed files with 52 additions and 8 deletions
+1 -1
View File
@@ -44,8 +44,8 @@ include '../../common/view/header.html.php';
<?php
echo html::submitButton();
if($this->config->mail->turnon and $mailExist) echo html::linkButton($lang->mail->test, inlink('test'));
echo html::linkButton($lang->mail->closeSendCloud, inlink('reset'));
if($this->config->mail->turnon and common::hasPriv('mail', 'sendcloudUser')) echo html::linkButton($lang->mail->sendcloudUser, inlink('sendcloudUser'));
echo html::linkButton($lang->mail->reset, inlink('reset'));
?>
</td>
</tr>