* adjust the pager code.

This commit is contained in:
wangchunsheng
2011-04-30 09:40:17 +00:00
parent 685757f5de
commit 8e6b96f4df
+1 -7
View File
@@ -59,13 +59,7 @@
</tr>
<?php endforeach;?>
</tbody>
<tfoot>
<tr>
<td colspan = 9>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
<tfoot><tr><td colspan='9'><?php $pager->show();?></td></tr></tfoot>
</table>
<script language='javascript'>$("#<?php echo $type;?>Tab").addClass('active');</script>
<?php include '../../common/view/footer.html.php';?>