+ add the feature of upload.
This commit is contained in:
@@ -120,7 +120,11 @@
|
||||
|
||||
<fieldset>
|
||||
<legend><?php echo $lang->bug->legendAttatch;?></legend>
|
||||
<div> </div>
|
||||
<div>
|
||||
<?php
|
||||
foreach($bug->files as $file) echo html::a($file->fullPath, $file->title, '_blank');
|
||||
?>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user