* finish the rewrite of other bug's pages.
This commit is contained in:
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user