* code for task#1056.

This commit is contained in:
zhujinyong
2013-01-07 00:59:53 +00:00
parent 8630b224c0
commit fd08ff4a4d
+1 -1
View File
@@ -82,7 +82,7 @@ var browseType = '<?php echo $browseType;?>';
<?php if($canView) echo html::a($viewLink, sprintf('%03d', $story->id)); else printf('%03d', $story->id);?>
</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($viewLink, $story->title, '_self', "title='$story->title'");?></nobr></td>
<td class='a-left' title="<?php echo $story->title?>"><nobr><?php echo html::a($viewLink, $story->title);?></nobr></td>
<td title="<?php echo $story->planTitle?>"><?php echo $story->planTitle;?></td>
<td><?php echo $lang->story->sourceList[$story->source];?></td>
<td><?php echo $users[$story->openedBy];?></td>