* refactory select reverse.

This commit is contained in:
chencongzhi520@gmail.com
2012-04-30 06:31:57 +00:00
parent f61fe185c6
commit 25e1a79e83
10 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<form method='post'>
<?php echo html::checkBox('charts', $lang->task->report->charts, $checkedCharts)?>
<?php echo html::selectAll('selectall', $lang->selectAll); ?>
<input type='button' value='<?php echo $lang->task->report->selectReverse;?>' onclick='checkReverse()' />
<?php echo html::selectReverse('selectreverse', $lang->selectReverse); ?>
<br /><br />
<?php echo html::submitButton($lang->task->report->create);?>
</form>