* fix bug for display of pri of story in browse.html.php of product.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-03-08 05:52:19 +00:00
parent 7f0c89b725
commit 4c62bbc7c2
+1 -1
View File
@@ -80,7 +80,7 @@ var browseType = '<?php echo $browseType;?>';
?>
<tr class='a-center'>
<td><?php if($canView) echo html::a($viewLink, sprintf('%03d', $story->id)); else printf('%03d', $story->id);?></td>
<td><?php echo $story->pri;?></td>
<td><?php echo $lang->story->priList[$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>