* code for task#1424.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-27 08:41:02 +00:00
parent ccafa40290
commit 0eeedbcc5c

View File

@@ -8,9 +8,6 @@
<td class='w-60px'><?php echo $lang->bug->assignedTo;?></td>
<td><?php echo html::select('assignedTo', $users, $bug->assignedTo, "class='text-3'");?></td>
</tr>
</table>
<table class='table-1'>
<tr>
<td class='w-60px'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '', "data-mini='true'");?></td>