* Add workflow fields.

This commit is contained in:
holan20180123
2020-10-20 15:48:33 +08:00
parent a3b5536c6a
commit 10a781e077
+1
View File
@@ -27,6 +27,7 @@
<th><?php echo $lang->caselib->desc;?></th>
<td><?php echo html::textarea('desc', '', "rows=10 class='form-control'");?></td>
</tr>
<?php $this->printExtendFields('', 'table');?>
<tr>
<td class='text-center form-actions' colspan='2'>
<?php echo html::submitButton();?>