* finish task 2092.

This commit is contained in:
ChuJilu
2014-10-24 10:10:13 +08:00
parent bddc5a2991
commit e470105e01
3 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -25,12 +25,12 @@ $lang->install->desc = <<<EOT
禅道项目管理软件(ZenTaoPMS)是一款国产的,基于LGPL协议,开源免费的项目管理软件,它集产品管理、项目管理、测试管理于一体,同时还包含了事务管理、组织管理等诸多功能,是中小型企业项目管理的首选。
禅道项目管理软件使用PHP + MySQL开发,基于自主的PHP开发框架──ZenTaoPHP而成。第三方开发者或者企业可以非常方便的开发插件或者进行定制。
EOT;
$lang->install->links = <<<EOT
禅道项目管理软件由<strong><a href='http://www.cnezsoft.com' target='_blank' class='text-danger'>青岛易软天创网络科技有限公司</a>开发</strong>。
官方网站:<a href='http://www.zentao.net' target='_blank'>http://www.zentao.net</a>
技术支持: <a href='http://www.zentao.net/ask/' target='_blank'>http://www.zentao.net/ask/</a>
新浪微博:<a href='http://t.sina.com.cn/zentaopms' target='_blank'>t.sina.com.cn/zentaopms</a>
腾讯微博:<a href='http://t.qq.com/zentaopms/' target='_blank'>t.qq.com/zentaopms</a>
您现在正在安装的版本是 <strong class='text-danger'>%s</strong>。
EOT;
+9 -1
View File
@@ -28,7 +28,15 @@
</div>
<div class='modal-body'>
<h3><?php echo $lang->install->welcome;?></h3>
<div><?php echo nl2br(sprintf($lang->install->desc, $config->version));?></div>
<table>
<tr><td colspan='2'><?php echo nl2br($lang->install->desc);?></td></tr>
<tr>
<td class=''><?php echo nl2br(sprintf($lang->install->links, $config->version));?></td>
<td class='w-p25'>
<img src="<?php echo $this->app->getWebRoot() . 'theme/default/images/main/weixin.jpg'?>">
</td>
</tr>
</table>
</div>
<div class='modal-footer'>
<?php if(isset($latestRelease) and (version_compare($latestRelease->version, $config->version) > 0)):?>
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB