* finish task #902.

This commit is contained in:
wangyidong
2012-10-22 07:26:27 +00:00
parent 01302515dc
commit ae85550f6d
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<div class='f-left'><?php echo $lang->project->story;?></div>
<div class='f-right'>
<?php
if($productID) common::printLink('story', 'create', "productID=$productID&moduleID=0&story=0&project=$project->id", $lang->story->create);
if($productID) common::printLink('story', 'create', "productID=$productID&moduleID=0&story=0&project=$project->id", $lang->story->createStory);
if(common::hasPriv('project', 'linkstory')) echo html::a($this->createLink('project', 'linkstory', "project=$project->id"), $lang->project->linkStory);
?>
</div>
+1
View File
@@ -28,6 +28,7 @@ $lang->story->bugs = "Bug";
$lang->story->linkStory = 'Related story';
$lang->story->export = "Export";
$lang->story->reportChart = "Report";
$lang->story->createStory = "Create story";
$lang->story->common = 'Story';
$lang->story->id = 'ID';
+1
View File
@@ -28,6 +28,7 @@ $lang->story->bugs = "Bug";
$lang->story->linkStory = '关联需求';
$lang->story->export = "导出";
$lang->story->reportChart = "统计报表";
$lang->story->createStory = "新增需求";
$lang->story->common = '需求';
$lang->story->id = '编号';