* finish task#849

This commit is contained in:
areyou123456
2012-05-19 09:00:21 +00:00
parent cc1deb7520
commit a5cee841c9
3 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
?>
</div>
<table class='table-1 fixed'>
<caption class='caption-t1'><?php echo $lang->build->stories;?></caption>
<tr>
<th class='w-id'><?php echo $lang->idAB;?></th>
<th class='w-pri'><?php echo $lang->priAB;?></th>
@@ -56,6 +57,7 @@
<tr><td colspan=7 class='a-left strong'><?php echo sprintf($lang->build->finishStories, count($stories));?></td></tr>
</table>
<table class='table-1 fixed'>
<caption class='caption-t1'><?php echo $lang->build->bugs;?></caption>
<tr>
<th class='w-id'><?php echo $lang->idAB;?></th>
<th><?php echo $lang->bug->title;?></th>

View File

@@ -97,7 +97,6 @@ var moduleID = '<?php echo $moduleID;?>';
</tr>
<?php endforeach;?>
</thead>
</tbody>
<tfoot><tr><td colspan='10' class='f-left'><?php $pager->show();?></td></tr></tfoot>
</table>
</td>

View File

@@ -24,6 +24,7 @@ $lang->testtask->results = "结果";
$lang->testtask->createBug = "提Bug";
$lang->testtask->assign = '指派';
$lang->testtask->cases = '用例';
$lang->testtask->common = '测试任务';
$lang->testtask->id = '任务编号';
$lang->testtask->product = '所属产品';