* finish task #908.

This commit is contained in:
wangyidong
2012-11-26 05:26:15 +00:00
parent 4ebb86bdd3
commit 7cf9a89178
25 changed files with 49 additions and 47 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<?php $storyLink = $this->createLink('story', 'view', "storyID=$story->id");?>
<tr class='a-center'>
<td><?php echo sprintf('%03d', $story->id);?></td>
<td><?php echo $lang->story->priList[$story->pri];?></td>
<td><span class='<?php echo 'pri' . $lang->story->priList[$story->pri]?>'><?php echo $lang->story->priList[$story->pri];?></span></td>
<td class='a-left nobr'><?php echo html::a($storyLink,$story->title, '', "class='preview'");?></td>
<td><?php echo $users[$story->openedBy];?></td>
<td><?php echo $story->estimate;?></td>