* Fix details.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->task->realStarted;?></th>
|
||||
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00' ? $task->realStarted : helper::today(), "class='form-control form-date'");?></div></td><td></td>
|
||||
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00' ? $task->realStarted : '', "class='form-control form-date'");?></div></td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->task->finishedDate;?></th>
|
||||
|
||||
@@ -45,7 +45,7 @@ $(function()
|
||||
parent.location.href = link;
|
||||
})
|
||||
|
||||
$('#project, $product').change();
|
||||
$('#project, #product').change();
|
||||
});
|
||||
|
||||
function createProduct()
|
||||
|
||||
Reference in New Issue
Block a user