* adjust the pager code.

This commit is contained in:
wangchunsheng
2011-04-30 09:16:38 +00:00
parent b0b90a91a9
commit 6124ac0d70
+1 -7
View File
@@ -74,13 +74,7 @@ var browseType = '<?php echo $browseType;?>';
</tr>
<?php endforeach;?>
</tbody>
<tfoot>
<tr>
<td colspan=6>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
<tfoot><tr><td colspan='6'><?php $pager->show();?></td></tr></tfoot>
</table>
</td>
</tr>