* refactory checkall.

This commit is contained in:
chencongzhi520@gmail.com
2012-04-30 02:48:39 +00:00
parent b71b34f99e
commit 58eee83c99
13 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
<tfoot>
<tr>
<td colspan='11'>
<input type='checkbox' onclick='checkall(this);'><?php echo $lang->selectAll;?>
<?php echo html::checkAll('checkall', $lang->selectAll); ?>
<?php echo html::submitButton($lang->close)?>
</td>
</tr>