git-svn-id: http://xe-core.googlecode.com/svn/trunk@569 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-20 07:50:06 +00:00
parent 638fffe0d7
commit 610fc7f131
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
<th>{$lang->uploaded_file}</th>
<td>
<!--@foreach($document->uploaded_list as $key => $file)-->
<div><a href="{$file->download_url}"/>{$file->source_filename} ({FileHandler::filesize($file->file_size)})</a> ({number_format($file->download_count)})</div>
<div><a href="{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})</a> ({number_format($file->download_count)})</div>
<!--@end-->
</td>
</tr>