This commit is contained in:
滔哥
2018-05-24 15:17:32 +08:00
5 changed files with 7 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ $lang->testreport->profile = 'Profile';
$lang->testreport->value = 'Value';
$lang->testreport->none = 'None';
$lang->testreport->all = 'All Report';
$lang->testreport->deleted = 'Deleted';
$lang->testreport->legendBasic = 'Basic Info';
$lang->testreport->legendStoryAndBug = 'Stories and Bugs of Test';
+1
View File
@@ -33,6 +33,7 @@ $lang->testreport->profile = '概况';
$lang->testreport->value = '值';
$lang->testreport->none = '无';
$lang->testreport->all = '所有报告';
$lang->testreport->deleted = '已删除';
$lang->testreport->legendBasic = '基本信息';
$lang->testreport->legendStoryAndBug = '测试范围';
+1
View File
@@ -42,6 +42,7 @@
<?php echo html::select('owner', $users, $owner, "class='form-control chosen'")?>
</div>
</td>
<td class='w-50px'></td>
</tr>
<tr>
<th><?php echo $lang->testreport->members?></th>
+1
View File
@@ -42,6 +42,7 @@
<?php echo html::select('owner', $users, $report->owner, "class='form-control chosen'")?>
</div>
</td>
<td class='w-50px'></td>
</tr>
<tr>
<th><?php echo $lang->testreport->members?></th>
+3
View File
@@ -21,6 +21,9 @@
<div class='page-title'>
<span class='label label-id'><?php echo $report->id;?></span>
<span class='text'><?php echo $report->title;?></span>
<?php if($report->deleted):?>
<span class='label label-danger'><?php echo $lang->testreport->deleted;?></span>
<?php endif; ?>
</div>
</div>
</div>