* 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
@@ -85,7 +85,7 @@ var moduleID = '<?php echo $moduleID;?>';
</table>
<table class='table-1'>
<tr>
<td><nobr><?php echo html::selectAll('selectall', $lang->selectAll);?></nobr></td>
<td><nobr><?php echo html::selectAll('selectall', $lang->selectAll) . html::selectReverse('selectreverse', $lang->selectReverse);?></nobr></td>
<td colspan='9'>
<?php
echo html::select('assignedTo', $users);
+1 -1
View File
@@ -60,7 +60,7 @@
<tfoot>
<tr><td colspan='7' class='a-right'><?php $pager->show();?></td></tr>
<tr>
<td colspan='7' class='a-center'><?php echo html::selectAll('selectall', $lang->selectAll);?><?php echo html::submitButton();?></td>
<td colspan='7' class='a-center'><?php echo html::selectAll('selectall', $lang->selectAll) . html::selectReverse('selectreverse', $lang->selectReverse);?><?php echo html::submitButton();?></td>
</tr>
</tfoot>
</table>