* Code for task#81779.

This commit is contained in:
xieqiyu
2023-01-03 17:04:09 +08:00
parent 57c4f5329d
commit 62070301f4
3 changed files with 32 additions and 3 deletions
+10 -1
View File
@@ -365,7 +365,16 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
<?php $this->printExtendFields('', 'table');?>
<tr>
<th><?php echo $lang->bug->files;?></th>
<td colspan='2'><?php echo $this->fetch('file', 'buildform', 'fileCount=1&percent=0.85');?></td>
<td colspan='2'>
<?php
if($caseID)
{
echo $this->fetch('file', 'printFiles', array('files' => $caseFiles, 'fieldset' => 'false', 'object' => null, 'method' => 'edit'));
echo html::hidden('caseFiles', implode(',', array_keys($caseFiles)));
}
?>
<?php echo $this->fetch('file', 'buildform', 'fileCount=1&percent=0.85');?>
</td>
</tr>
</tbody>
<tfoot>