* Optimize function to printExtendFields.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<th class='w-45px'><?php echo $lang->testtask->status;?></th>
|
||||
<td><?php echo html::hidden('status', 'doing');?></td>
|
||||
</tr>
|
||||
<?php $this->printExtendFields($testtask, 'table', 'columns=1');?>
|
||||
<?php $this->printExtendFields($testtask, 'table');?>
|
||||
<tr>
|
||||
<th class='w-45px'><?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