* finish task #2273.

This commit is contained in:
wangyidong
2015-09-15 14:40:20 +08:00
parent 90897e53ca
commit 91890ff23b
9 changed files with 347 additions and 16 deletions
+2 -1
View File
@@ -44,12 +44,13 @@ 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'));
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>
</table>
</form>
<div class='alert alert-info'><?php echo $lang->mail->sendCloudHelp?></div>
<div class='alert alert-info'><?php printf($lang->mail->sendCloudHelp, common::hasPriv('mail', 'sendcloudUser') ? inlink('sendcloudUser') : '#')?></div>
</div>
<?php include '../../common/view/footer.html.php';?>