* 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
+7 -1
View File
@@ -22,7 +22,13 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->release->build;?></th>
<td><?php echo html::select('build', $builds, '', "class='select-3' onchange=loadStoriesAndBugs(this.value,$productID)");?></td>
<td>
<?php
echo html::select('build', $builds, '', "class='select-3' onchange=loadStoriesAndBugs(this.value,$productID)");
unset($builds['']);
if(empty($builds)) echo $lang->build->notice;
?>
</td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->release->date;?></th>