* Revert submission.

This commit is contained in:
tianshujie98
2020-10-09 08:27:33 +08:00
parent 48c178e9a6
commit f7911a7013
2 changed files with 2 additions and 17 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