+ add the burndown link to the chart in index page.

This commit is contained in:
wangchunsheng
2010-04-14 12:58:40 +00:00
parent cfd7ac3631
commit 1bcc0fd1f3
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
<td class='<?php echo $project->status;?>'><?php $lang->show($lang->project->statusList, $project->status);?></td>
</tr>
<tr><td colspan='2' class='a-center'><?php echo $burns[$project->id];?></td></tr>
<tr><td colspan='2' class='a-center'><?php echo html::a($this->createLink('project', 'burn', "projectID=$project->id"), $lang->project->largeBurnChart);?></td></tr>
</table>
</div>
<?php endforeach;?>

View File

@@ -110,6 +110,7 @@ $lang->project->stats = '总共预计『%s』工时<br />已经消耗
$lang->project->oneLineStats = "项目『%s』, 代号为『%s』, 相关产品为『%s』『%s』开始『%s』结束总预计『%s』工时已消耗『%s』工时预计剩余『%s』工时。";
$lang->project->storySummary = "共『%s』个需求预计『%s』个工时。";
$lang->project->wbs = "分解任务";
$lang->project->largeBurnChart = '点击查看大图';
/* 交互提示。*/
$lang->project->confirmDelete = '您确定删除项目[%s]吗?';