恢复分页功能

This commit is contained in:
wlx 2011-09-14 07:32:17 +00:00
parent c845a73e8e
commit 4e11f60ded
2 changed files with 6 additions and 0 deletions

View File

@ -51,5 +51,8 @@
<?php endforeach; ?>
<?php endif; ?>
</table>
<div style="width:50%;text-align:left;">
<?= $this->paginator; ?>
</div>
</div>
</div>

View File

@ -51,5 +51,8 @@
<?php endforeach; ?>
<?php endif; ?>
</table>
<div style="width:50%;text-align:left;">
<?= $this->paginator; ?>
</div>
</div>
</div>