* 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
@@ -85,7 +85,7 @@ var moduleID = '<?php echo $moduleID;?>';
</table>
<table class='table-1'>
<tr>
<td><nobr><?php echo "<input type='checkbox' onclick='checkall(this);'> " . $lang->selectAll;?></nobr></td>
<td><nobr><?php echo html::checkAll('checkall', $lang->selectAll);?></nobr></td>
<td colspan='9'>
<?php
echo html::select('assignedTo', $users);