Merge branch 'master_xieqiyu_2598' into 'master'
* Fix bug#2598. See merge request easycorp/zentaopms!3053
This commit is contained in:
@@ -137,8 +137,8 @@ $lang->story->comment = '备注';
|
||||
$lang->story->children = "子需求";
|
||||
$lang->story->childrenAB = "子";
|
||||
$lang->story->linkStories = "相关{$lang->SRCommon}";
|
||||
$lang->story->childStories = "细分{$lang->SRCommon}";
|
||||
$lang->story->duplicateStory = "重复{$lang->SRCommon}ID";
|
||||
$lang->story->childStories = "细分需求";
|
||||
$lang->story->duplicateStory = "重复需求ID";
|
||||
$lang->story->reviewResult = '评审意见';
|
||||
$lang->story->preVersion = '之前版本';
|
||||
$lang->story->keywords = '关键词';
|
||||
|
||||
@@ -136,8 +136,8 @@ $lang->story->comment = '備註';
|
||||
$lang->story->children = "子需求";
|
||||
$lang->story->childrenAB = "子";
|
||||
$lang->story->linkStories = "相關{$lang->SRCommon}";
|
||||
$lang->story->childStories = "細分{$lang->SRCommon}";
|
||||
$lang->story->duplicateStory = "重複{$lang->SRCommon}ID";
|
||||
$lang->story->childStories = "細分需求";
|
||||
$lang->story->duplicateStory = "重複需求ID";
|
||||
$lang->story->reviewResult = '評審意見';
|
||||
$lang->story->preVersion = '之前版本';
|
||||
$lang->story->keywords = '關鍵詞';
|
||||
|
||||
@@ -244,7 +244,7 @@
|
||||
<table class='table table-form'>
|
||||
<?php if($story->status == 'closed'):?>
|
||||
<tr id='duplicateStoryBox'>
|
||||
<th class='w-70px'><?php echo $lang->story->duplicateStory;?></th>
|
||||
<th class='w-90px'><?php echo $lang->story->duplicateStory;?></th>
|
||||
<td><?php echo html::input('duplicateStory', $story->duplicateStory == 0 ? '' : $story->duplicateStory, "class='form-control'");?></td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
|
||||
Reference in New Issue
Block a user