Changeset 507 for trunk/Common/Form/Types
- Timestamp:
- Apr 1, 2013, 7:14:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/File.php
r502 r507 68 68 { 69 69 parent::__construct($FormManager); 70 $this->FileDownloadURL = ' File.php';70 $this->FileDownloadURL = 'file'; 71 71 $this->DirectoryId = null; 72 72 } … … 75 75 { 76 76 $File = &$Item['Value']; 77 return('<a href="'.$this->FileDownloadURL.'? Id='.$File->Id.'">'.77 return('<a href="'.$this->FileDownloadURL.'?id='.$File->Id.'">'. 78 78 $File.'</a> ('.HumanSize($File->Size).')'); 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.