* finish the rewrite of other bug's pages.

This commit is contained in:
wangchunsheng
2010-01-19 09:14:44 +00:00
parent 25ad0cad8c
commit d0d05ee359
8 changed files with 54 additions and 35 deletions
+5
View File
@@ -31,6 +31,10 @@
<td class='rowhead'><?php echo $lang->bug->assignedTo;?></td>
<td><?php echo html::select('assignedTo', $users, $bug->resolvedBy, 'class=select-3');?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->openedBuild;?></td>
<td><?php echo html::select('openedBuild', $builds, $bug->resolvedBuild, 'class=select-3');?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>
<td><textarea name='comment' rows='6' class='area-1'></textarea></td>
@@ -47,5 +51,6 @@
</td>
</tr>
</table>
<?php include '../../common/action.html.php';?>
</div>
<?php include '../../common/footer.html.php';?>