* code for 2899.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<th class='text-top'><?php echo $lang->testreport->bugs?></th>
|
||||
<th class='text-top w-80px'><?php echo $lang->testreport->bugs?></th>
|
||||
<td colspan='2'>
|
||||
<?php if($bugs):?>
|
||||
<table class='table' id='bugs'>
|
||||
@@ -9,7 +9,8 @@
|
||||
<th class='w-pri'> <?php echo $lang->priAB;?></th>
|
||||
<th> <?php echo $lang->bug->title;?></th>
|
||||
<th class='w-user'> <?php echo $lang->openedByAB;?></th>
|
||||
<th class='w-150px'><?php echo $lang->bug->resolvedBy;?></th>
|
||||
<th class='w-user'><?php echo $lang->bug->resolvedBy;?></th>
|
||||
<th class='w-130px'><?php echo $lang->bug->resolvedDate;?></th>
|
||||
<th class='w-80px'> <?php echo $lang->statusAB;?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -21,6 +22,7 @@
|
||||
<td class='text-left' title='<?php echo $bug->title?>'><?php echo $bug->title?></td>
|
||||
<td><?php echo zget($users, $bug->openedBy);?></td>
|
||||
<td><?php echo zget($users, $bug->resolvedBy);?></td>
|
||||
<td><?php if($bug->resolvedDate != '0000-00-00 00:00:00') echo substr($bug->resolvedDate, 2);?></td>
|
||||
<td><?php echo zget($lang->bug->statusList, $bug->status);?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
|
||||
Reference in New Issue
Block a user