+ add the feature of upload.

This commit is contained in:
wangchunsheng
2009-11-16 09:45:13 +00:00
parent e96be7d340
commit 6e46daed50
10 changed files with 238 additions and 38 deletions
+5 -1
View File
@@ -120,7 +120,11 @@
<fieldset>
<legend><?php echo $lang->bug->legendAttatch;?></legend>
<div>&nbsp;</div>
<div>
<?php
foreach($bug->files as $file) echo html::a($file->fullPath, $file->title, '_blank');
?>
</div>
</fieldset>
</div>