* code for task #12372.

This commit is contained in:
z
2020-09-03 16:32:39 +08:00
parent 442d4bedad
commit 40dbb5b53a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ js::set('productID' , $bug->product);
<th><?php echo $lang->bug->status;?></th>
<td><?php echo html::hidden('status', 'resolved');?></td>
</tr>
<?php $this->printExtendFields($bug, 'table');?>
<?php $this->printExtendFields($bug, 'table', "columns=3");?>
<tr>
<th><?php echo $lang->bug->files;?></th>
<td colspan='2'><?php echo $this->fetch('file', 'buildform', 'fileCount=1&percent=0.85');?></td>