+ add the burndown link to the chart in index page.
This commit is contained in:
@@ -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;?>
|
||||
|
||||
@@ -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]吗?';
|
||||
|
||||
Reference in New Issue
Block a user