+ task#550, add source field to the list.

This commit is contained in:
wangchunsheng
2011-10-11 05:18:28 +00:00
parent 3fdd1d6cb1
commit 800cfa7b0d
+2
View File
@@ -60,6 +60,7 @@ var browseType = '<?php echo $browseType;?>';
<th class='w-pri'><?php common::printOrderLink('pri', $orderBy, $vars, $lang->priAB);?></th>
<th class='w-p30'><?php common::printOrderLink('title', $orderBy, $vars, $lang->story->title);?></th>
<th><?php common::printOrderLink('plan', $orderBy, $vars, $lang->story->planAB);?></th>
<th><?php common::printOrderLink('source', $orderBy, $vars, $lang->story->source);?></th>
<th><?php common::printOrderLink('openedBy', $orderBy, $vars, $lang->openedByAB);?></th>
<th><?php common::printOrderLink('assignedTo', $orderBy, $vars, $lang->assignedToAB);?></th>
<th class='w-hour'><?php common::printOrderLink('estimate', $orderBy, $vars, $lang->story->estimateAB);?></th>
@@ -81,6 +82,7 @@ var browseType = '<?php echo $browseType;?>';
<td><?php echo $story->pri;?></td>
<td class='a-left nobr'><nobr><?php echo html::a($viewLink, $story->title);?></nobr></td>
<td class='nobr'><?php echo $story->planTitle;?></td>
<td><?php echo $lang->story->sourceList[$story->source];?></td>
<td><?php echo $users[$story->openedBy];?></td>
<td><?php echo $users[$story->assignedTo];?></td>
<td><?php echo $story->estimate;?></td>