* Fix bug#7735.

This commit is contained in:
leiyong
2020-09-04 13:46:53 +08:00
parent 6e2557024c
commit 966ec4c0c9
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -141,7 +141,6 @@
<tr>
<th><?php echo $lang->bug->steps;?></th>
<td colspan='2'>
<?php echo $this->fetch('user', 'ajaxPrintTemplates', 'type=bug&link=steps');?>
<?php echo html::textarea('steps', $issue->desc, "rows='10' class='form-control'");?>
</td>
</tr>
-1
View File
@@ -78,7 +78,6 @@
<tr>
<th><?php echo $lang->story->spec;?></th>
<td colspan="2">
<?php echo $this->fetch('user', 'ajaxPrintTemplates', 'type=story&link=spec');?>
<?php echo html::textarea('spec', $issue->desc, "rows='9' class='form-control kindeditor disabled-ie-placeholder' hidefocus='true' placeholder='" . htmlspecialchars($lang->story->specTemplate . "\n" . $lang->noticePasteImg) . "'");?>
</td>
</tr>
-1
View File
@@ -68,7 +68,6 @@
<tr>
<th><?php echo $lang->task->desc;?></th>
<td colspan='3'>
<?php echo $this->fetch('user', 'ajaxPrintTemplates', 'type=task&link=desc');?>
<?php echo html::textarea('desc', $task->desc, "rows='10' class='form-control'");?>
</td>
</tr>