* code for task #5387.

This commit is contained in:
wangyidong
2019-04-25 09:10:42 +08:00
parent 1daead8b6c
commit 75ebcb18dc
18 changed files with 272 additions and 238 deletions
+4 -1
View File
@@ -200,7 +200,10 @@
</tr>
<tr>
<th><?php echo $lang->task->desc;?></th>
<td colspan='3'><?php echo html::textarea('desc', $task->desc, "rows='10' class='form-control'");?></td>
<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>
<tr>
<th><?php echo $lang->files;?></th>