* adjust the checkall, check reverse and the pager style.

This commit is contained in:
wangchunsheng
2012-05-01 14:10:23 +00:00
parent 166a205d49
commit bad8a92551

View File

@@ -59,8 +59,10 @@
<?php endforeach;?>
<tfoot>
<tr>
<td colspan='3'><?php echo html::selectAll() . html::selectReverse() . html::submitButton();?></td>
<td colspan='4' class='a-right'><?php $pager->show();?></td>
<td colspan='7'>
<div class='f-left'><?php echo html::selectAll() . html::selectReverse() . html::submitButton();?></div>
<div class='f-right'><?php $pager->show();?></div>
</td>
</tr>
</tfoot>
</table>