diff options
Diffstat (limited to 'files/templates/part.list.php')
-rw-r--r-- | files/templates/part.list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/templates/part.list.php b/files/templates/part.list.php index 0484f90c268..5995976f73a 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -1,4 +1,3 @@ - <span id="emptyfolder" <?php if(count($_['files'])) echo 'style="display:none;"';?>><?php echo $l->t('Nothing in here. Upload something!')?></span> <?php foreach($_['files'] as $file): $simple_file_size = simple_file_size($file['size']); $simple_size_color = intval(200-$file['size']/(1024*1024)*2); // the bigger the file, the darker the shade of grey; megabytes*2 |