* Finish task #41215.

This commit is contained in:
tianshujie98
2021-08-10 11:31:15 +08:00
parent 105458335f
commit 751900edf9
11 changed files with 266 additions and 219 deletions
+4
View File
@@ -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>