* Revert submission.

This commit is contained in:
tianshujie98
2020-10-09 08:31:30 +08:00
parent 4262f4c782
commit 677fa52863
3 changed files with 2 additions and 18 deletions
+1 -2
View File
@@ -219,10 +219,9 @@ js::set('flow', $config->global->flow);
</tr>
<tr>
<th><?php echo $lang->bug->steps;?></th>
<td colspan='2' class='steps'>
<td colspan='2'>
<?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