* adjust the resovled date field.

This commit is contained in:
wangchunsheng
2012-07-03 03:11:44 +00:00
parent 582a692790
commit fdb9e43840
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->resolvedDate;?></td>
<td><?php echo html::input('resolvedDate',$date, "class='select-3'");?></td>
<td><?php echo html::input('resolvedDate', helper::now(), "class='select-3'");?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->assignedTo;?></td>