* Finish task #8009.

This commit is contained in:
tianshujie98
2020-09-24 09:30:55 +08:00
parent 261c7f900e
commit ac8ab8d868
3 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -219,9 +219,10 @@ js::set('flow', $config->global->flow);
</tr>
<tr>
<th><?php echo $lang->bug->steps;?></th>
<td colspan='2'>
<td colspan='2' class='steps'>
<?php echo $this->fetch('user', 'ajaxPrintTemplates', 'type=bug&link=steps');?>
<?php echo html::textarea('steps', $steps, "rows='10' class='form-control'");?>
<?php echo html::hidden('templateID', '');?>
</td>
</tr>
<?php