* 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
@@ -23,7 +23,7 @@
<div class='box-content'>
<form method='post'>
<?php echo html::checkBox('charts', $lang->task->report->charts, $checkedCharts)?>
<input type='button' value='<?php echo $lang->task->report->selectAll;?>' onclick='checkAll()' />
<?php echo html::checkAll('checkall', $lang->selectAll); ?>
<input type='button' value='<?php echo $lang->task->report->selectReverse;?>' onclick='checkReverse()' />
<br /><br />
<?php echo html::submitButton($lang->task->report->create);?>