* 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
View File
@@ -555,7 +555,6 @@ class bug extends control
$this->view->header['title'] = $this->products[$productID] . $this->lang->colon . $this->lang->bug->resolve;
$this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->position[] = $this->lang->bug->resolve;
$this->view->date = strftime("%Y-%m-%d %X", strtotime('now'));
$this->view->bug = $bug;
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID);
+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>