* Code for task#67691.

This commit is contained in:
xieqiyu
2022-09-08 11:03:44 +08:00
parent dfe8cd3088
commit 97b4bb9487
14 changed files with 67 additions and 62 deletions
+4 -1
View File
@@ -88,7 +88,10 @@
</tr>
<tr>
<th><?php echo $lang->files;?></th>
<td colspan='3'><?php echo $this->fetch('file', 'buildform');?></td>
<td colspan='3'>
<?php echo $this->fetch('file', 'printFiles', array('files' => $task->files, 'fieldset' => 'false', 'object' => $task, 'method' => 'edit'));?>
<?php echo $this->fetch('file', 'buildform');?>
</td>
</tr>
<tr>
<th><?php echo $lang->testtask->mailto;?></th>