* Add code to bug view for workflow.

This commit is contained in:
Yagami
2019-07-09 09:44:16 +08:00
parent bf9679181a
commit 149d4b4244
6 changed files with 7 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
</div>
<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='w-p98'");?></td>