* adjust the bug view.

This commit is contained in:
wangchunsheng
2009-11-13 06:34:17 +00:00
parent 8193adb737
commit a4320b4e38
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ function selectProject(projectID)
<tbody>
<?php foreach($bugs as $bug):?>
<tr class='a-center'>
<td class='a-right'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id"), $bug->id);?></td>
<td class='a-right'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id"), sprintf('%03d', $bug->id));?></td>
<td><?php echo $bug->severity?></td>
<td width='50%' class='a-left'><?php echo $bug->title;?></td>
<td><?php echo $users[$bug->openedBy];?></td>