+ add mailExist function.

This commit is contained in:
zhujinyong
2013-01-11 05:32:54 +00:00
parent 05ff202810
commit 71bfcceb8d
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ include '../../common/view/header.html.php';
<td>
<?php
echo $lang->mail->successSaved;
echo html::linkButton($lang->mail->test, inlink('test'));
if($this->config->mail->turnon and $mailExist) echo html::linkButton($lang->mail->test, inlink('test'));
?>
</td>
</tr>