- fixed filesize() bug with files over 2GB for unix based systems, fix for windows on the todo list.

- added Size to file popup in Slik template

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@35 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-11-04 16:13:01 +00:00
parent 215b8e52da
commit cce99484cf
3 changed files with 45 additions and 13 deletions

View File

@@ -101,8 +101,8 @@
</div>
</div>
<div id="icons-view" style="display: ;"><? if ($include_icons) include($config->tpl_icons_file); ?></div>
<div id="details-view" style="display: none;"><? if ($include_details) include($config->tpl_details_file); ?></div>
<div id="icons-view"<? if (!$include_icons): ?> style="display: none;"<? endif; ?>><? if ($include_icons) include($config->tpl_icons_file); ?></div>
<div id="details-view"<? if (!$include_details): ?> style="display: none;"<? endif; ?>><? if ($include_details) include($config->tpl_details_file); ?></div>
<img src="<?=TPL_URL?>images/spacer.gif" width="100%" height="1" alt="Spacer" />