* Finish task #41215.
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
<td><?php echo html::hidden('status', 'done');?></td>
|
||||
</tr>
|
||||
<?php $this->printExtendFields($testtask, 'table');?>
|
||||
<tr>
|
||||
<th class='w-100px'><?php echo $lang->testtask->realFinishedDate;?></th>
|
||||
<td><?php echo html::input('realFinishedDate', helper::isZeroDate($testtask->realFinishedDate) ? helper::now() : $testtask->realFinishedDate, "class='form-control form-datetime w-180px'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='w-60px'><?php echo $lang->comment;?></th>
|
||||
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control kindeditor' hidefocus='true'");?></td>
|
||||
|
||||
Reference in New Issue
Block a user