* finish the task #822.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-06-06 08:45:54 +00:00
parent b37b7a16ed
commit ebd55b86b9
4 changed files with 19 additions and 2 deletions
+6 -1
View File
@@ -34,7 +34,12 @@ userList = "<?php echo join(',', array_keys($users));?>".split(',');
<tr>
<th class='rowhead'><?php echo $lang->bug->openedBuild;?></th>
<td>
<span id='buildBox'><?php echo html::select('openedBuild[]', $builds, $buildID, 'size=3 multiple=multiple class=select-3');?></span>
<span id='buildBox'>
<?php
echo html::select('openedBuild[]', $builds, $buildID, 'size=3 multiple=multiple class=select-3');
echo $lang->build->notice2;
?>
</span>
</td>
</tr>
<tr>