This commit is contained in:
areyou123456
2012-05-19 08:35:09 +00:00
parent 56a91caf16
commit cc1deb7520
5 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ var moduleID = '<?php echo $moduleID;?>';
<td colspan='10'>
<?php if($canBatchAssign):?>
<div class='f-left'>
<?php
<?php
echo html::selectAll() . html::selectReverse();
echo html::select('assignedTo', $users) . html::submitButton($lang->testtask->assign);
?>