* change 'allProject' to 'all'.

This commit is contained in:
zhujinyong
2013-01-17 02:01:36 +00:00
parent 68bdefd3a4
commit bd9b503eba
3 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ $lang->project->createTesttask= 'Create testtask';
$lang->project->noProduct = 'No product';
$lang->project->select = '--select project--';
$lang->project->createStory = "Create story";
$lang->project->all = 'All';
$lang->project->start = 'Start';
$lang->project->activate = 'Activate';

View File

@@ -53,6 +53,7 @@ $lang->project->createTesttask= '提交测试';
$lang->project->noProduct = '无产品项目';
$lang->project->select = '--请选择项目--';
$lang->project->createStory = "新增需求";
$lang->project->all = '所有';
$lang->project->start = '开始';
$lang->project->activate = '激活';

View File

@@ -13,7 +13,7 @@
<?php include '../../common/view/sparkline.html.php';?>
<?php include '../../common/view/colorize.html.php';?>
<h3>
<?php echo html::a(inlink("index", "locate=no&status=all&projectID=$project->id"), $lang->project->allProject);?>
<?php echo html::a(inlink("index", "locate=no&status=all&projectID=$project->id"), $lang->project->all);?>
<?php echo html::a(inlink("index", "locate=no&status=wait&projectID=$project->id"), $lang->project->statusList['wait']);?>
<?php echo html::a(inlink("index", "locate=no&status=doing&projectID=$project->id"), $lang->project->statusList['doing']);?>
<?php echo html::a(inlink("index", "locate=no&status=suspended&projectID=$project->id"), $lang->project->statusList['suspended']);?>