finish the task #689.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-09 06:56:35 +00:00
parent c86a3fcc3e
commit b30c103ecc
370 changed files with 46270 additions and 46270 deletions
+25 -25
View File
@@ -1,25 +1,25 @@
<?php
/**
* The config email view file of mail module of ZenTaoPMS.
*
* @copyright Copyright 2009-2011 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Yangyang Shi <shiyangyang@cnezsoft.com>
* @package mail
* @version $Id$
* @link http://www.zentao.net
*/
include '../../common/view/header.html.php';
?>
<table class='table-6' align='center'>
<caption><?php echo $lang->mail->configInfo ?></caption>
<tr>
<td><? echo html::textArea('', $config, "rows='15' class='area-1 f-12px'");?>
</tr>
<tr>
<td><?php echo $lang->mail->saveConfig . $configPath . 'zzzemail.php' ?></td>
</tr>
<tr>
<td><?php echo $lang->mail->createFile ?></td>
</tr>
</table>
<?php
/**
* The config email view file of mail module of ZenTaoPMS.
*
* @copyright Copyright 2009-2012 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Yangyang Shi <shiyangyang@cnezsoft.com>
* @package mail
* @version $Id$
* @link http://www.zentao.net
*/
include '../../common/view/header.html.php';
?>
<table class='table-6' align='center'>
<caption><?php echo $lang->mail->configInfo ?></caption>
<tr>
<td><? echo html::textArea('', $config, "rows='15' class='area-1 f-12px'");?>
</tr>
<tr>
<td><?php echo $lang->mail->saveConfig . $configPath . 'zzzemail.php' ?></td>
</tr>
<tr>
<td><?php echo $lang->mail->createFile ?></td>
</tr>
</table>