* Optimize function to printExtendFields.

This commit is contained in:
liugang
2019-08-13 14:58:15 +08:00
parent 72504872ac
commit dc022ad849
51 changed files with 71 additions and 67 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
</div>
</td>
</tr>
<?php $this->printExtendFields($task, 'table', 'columns=1');?>
<?php $this->printExtendFields($task, 'table');?>
<tr>
<td class='text-center form-actions' colspan='3'>
<?php echo html::submitButton();?>