* fix bug#420.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-03 07:56:28 +00:00
parent 8eaae25cf5
commit 388c3eb7a9

View File

@@ -22,7 +22,7 @@
<th class='w-200px'><?php echo $lang->story->spec;?></th>
<th class='w-50px'><?php echo $lang->story->pri;?></th>
<th class='w-60px'><?php echo $lang->story->estimate;?></th>
<th class='w-40px'><?php echo $lang->story->review;?></th>
<th class='w-50px'><?php echo $lang->story->review;?></th>
</tr>
<?php for($i = 0; $i < $config->story->batchCreate; $i++):?>
<?php $moduleID = $i == 0 ? 0 : 'same';?>