* finish task#867.

This commit is contained in:
chencongzhi520@gmail.com
2012-05-17 08:24:07 +00:00
parent 6eda64c089
commit d8897545b8
2 changed files with 29 additions and 2 deletions
+2 -2
View File
@@ -29,11 +29,11 @@
<?php endif;?>
<tr>
<th class='rowhead'><?php echo $lang->testtask->project;?></th>
<td><?php echo html::select('project', $projects, '', 'class=select-3');?></td>
<td><?php echo html::select('project', $projects, '', 'class=select-3 onchange=loadProjectRelated(this.value)');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->build;?></th>
<td><?php echo html::select('build', $builds, '', 'class=select-3');?></td>
<td><span id='buildBox'><?php echo html::select('build', $builds, '', 'class=select-3');?></span></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->owner;?></th>