* Refactory checkall.

This commit is contained in:
chencongzhi520@gmail.com
2012-04-30 03:33:50 +00:00
parent fea0b1d4fb
commit 9eefa1934b
5 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<tfoot>
<tr><td colspan='7' class='a-right'><?php $pager->show();?></td></tr>
<tr>
<td colspan='7' class='a-center'><input type='checkbox' onclick='checkall(this);'><?php echo $lang->selectAll; echo html::submitButton();?></td>
<td colspan='7' class='a-center'><?php echo html::checkAll('checkall', $lang->selectAll);?><?php echo html::submitButton();?></td>
</tr>
</tfoot>
</table>