* adjust for install.
This commit is contained in:
@@ -133,6 +133,6 @@ $lang->install->login = 'Sign into ZentaoPMS';
|
||||
$lang->install->register = 'Register Zentao community website';
|
||||
|
||||
$lang->install->joinZentao = <<<EOT
|
||||
You have installed ZentaoPMS %s successfully. <strong class='red'>Please remove install.php in time</strong>。Now you can <a href='index.php'>login ZenTaoPMS</a>, create groups and grant priviledges.
|
||||
<p>You have installed ZentaoPMS %s successfully. <strong class='red'>Please remove install.php in time</strong>.</p>
|
||||
<i>Tips: For you get zentao news in time, please register Zetao community(<a href='http://www.zentao.net' target='_blank'>www.zentao.net</a>).</i>
|
||||
EOT;
|
||||
|
||||
@@ -133,6 +133,6 @@ $lang->install->login = '登录禅道管理系统';
|
||||
$lang->install->register = '禅道社区注册';
|
||||
|
||||
$lang->install->joinZentao = <<<EOT
|
||||
<p>您已经成功安装禅道管理系统%s,<strong class='text-danger'>请及时删除install.php</strong>。现在您可以直接 <a class='alert-link' href="index.php">登录禅道管理系统</a>,设置用户及分组!</p>
|
||||
<p>您已经成功安装禅道管理系统%s,<strong class='text-danger'>请及时删除install.php</strong>。</p>
|
||||
<p>友情提示:为了您及时获得禅道的最新动态,请在禅道社区(<a href='http://www.zentao.net' class='alert-link' target='_blank'>www.zentao.net</a>)进行登记。</p>
|
||||
EOT;
|
||||
|
||||
@@ -133,6 +133,6 @@ $lang->install->login = '登錄禪道管理系統';
|
||||
$lang->install->register = '禪道社區註冊';
|
||||
|
||||
$lang->install->joinZentao = <<<EOT
|
||||
<p>您已經成功安裝禪道管理系統%s,<strong class='text-danger'>請及時刪除install.php</strong>。現在您可以直接 <a class='alert-link' href="index.php">登錄禪道管理系統</a>,設置用戶及分組!</p>
|
||||
<p>您已經成功安裝禪道管理系統%s,<strong class='text-danger'>請及時刪除install.php</strong>。</p>
|
||||
<p>友情提示:為了您及時獲得禪道的最新動態,請在禪道社區(<a href='http://www.zentao.net' class='alert-link' target='_blank'>www.zentao.net</a>)進行登記。</p>
|
||||
EOT;
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
</div>
|
||||
<div class='modal-footer'>
|
||||
<?php
|
||||
echo html::a('http://www.zentao.net', $lang->install->regist, '_blank', "class='btn btn-success'");
|
||||
echo html::a('http://www.zentao.net', $lang->install->register, '_blank', "class='btn btn-success'");
|
||||
echo "<span class='text-muted'> " . $lang->install->or . ' </span>';
|
||||
echo html::a('/index', $lang->install->login, '', "class='btn btn-primary'");
|
||||
echo html::a($this->createLink('index'), $lang->install->login, '', "class='btn btn-primary'");
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user