* refactory select all.

This commit is contained in:
chencongzhi520@gmail.com
2012-04-30 05:47:54 +00:00
parent 8f75cc48c9
commit c155c8fcdf
9 changed files with 11 additions and 11 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)?>
<?php echo html::checkAll('checkall', $lang->selectAll); ?>
<?php echo html::selectAll('selectall', $lang->selectAll); ?>
<input type='button' value='<?php echo $lang->task->report->selectReverse;?>' onclick='checkReverse()' />
<br /><br />
<?php echo html::submitButton($lang->task->report->create);?>