* Add code to task and case module for workflow.

This commit is contained in:
Yagami
2019-07-09 10:27:49 +08:00
parent 149d4b4244
commit f99dd1f01b
12 changed files with 15 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@
<form method='post' target='hiddenwin'>
<table class='table table-form'>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?>
<tr>
<th class='w-60px'><?php echo $lang->comment;?></th>
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>