* finish task #4757.

This commit is contained in:
wangyidong
2018-09-11 13:26:17 +08:00
parent 60dcfab013
commit cb5b94697c
4 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -33,7 +33,7 @@
</nav>
<div class='main-table'>
<table class='table has-sort-head'>
<table class='table has-sort-head tablesorter'>
<thead>
<tr class='colhead'>
<th class='w-id'><?php echo $lang->idAB;?></th>
@@ -54,9 +54,9 @@
<td><span class='<?php echo 'pri' . zget($lang->bug->priList, $bug->pri, $bug->pri)?>'><?php echo zget($lang->bug->priList, $bug->pri, $bug->pri)?></span></td>
<td><?php echo $lang->bug->typeList[$bug->type]?></td>
<td class='text-left nobr'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?></td>
<td><?php echo $users[$bug->openedBy];?></td>
<td><?php echo $users[$bug->resolvedBy];?></td>
<td><?php echo $lang->bug->resolutionList[$bug->resolution];?></td>
<td><?php echo zget($users, $bug->openedBy);?></td>
<td><?php echo zget($users, $bug->resolvedBy);?></td>
<td><?php echo zget($lang->bug->resolutionList, $bug->resolution);?></td>
</tr>
<?php endforeach;?>
</tbody>
+1 -1
View File
@@ -15,7 +15,7 @@
<?php include './featurebar.html.php';?>
<div id='mainContent'>
<div class='main-table'>
<table class='table has-sort-head table-fixed'>
<table class='table has-sort-head table-fixed tablesorter'>
<thead>
<tr class='colhead'>
<th class='w-id'><?php echo $lang->idAB;?></th>
+2 -2
View File
@@ -33,7 +33,7 @@
</nav>
<div class='main-table'>
<table class='table has-sort-head'>
<table class='table has-sort-head tablesorter'>
<thead>
<tr class='colhead'>
<th class='w-id'> <?php echo $lang->idAB;?></th>
@@ -56,7 +56,7 @@
<td><?php echo $story->productTitle;?></td>
<td class='text-left nobr'><?php echo html::a($storyLink, $story->title);?></td>
<td title='<?php echo $story->planTitle;?>'><?php echo $story->planTitle;?></td>
<td><?php echo $users[$story->openedBy];?></td>
<td><?php echo zget($users, $story->openedBy);?></td>
<td><?php echo $story->estimate;?></td>
<td class='story-<?php echo $story->status;?>'><?php echo $lang->story->statusList[$story->status];?></td>
<td><?php echo $lang->story->stageList[$story->stage];?></td>
+1 -1
View File
@@ -36,7 +36,7 @@
</nav>
<div class='main-table'>
<table class='table has-sort-head' id='tasktable'>
<table class='table has-sort-head tablesorter' id='tasktable'>
<thead>
<tr class='colhead'>
<th class='w-id'><?php echo $lang->idAB;?></th>