summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 10:20:05 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 10:21:55 +0200
commitbb5e6c9823a6c89f9eecd82c45d48f664063cace (patch)
treed5427a0306c1effc6555674ddbcab333864cf939 /files/templates
parent924cd17f2ed18dcc860a5e15543c3fc835203c4c (diff)
downloadnextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.tar.gz
nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.zip
Transifex connection, added French and part of Bulgarian
Diffstat (limited to 'files/templates')
-rw-r--r--files/templates/part.list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/part.list.php b/files/templates/part.list.php
index d249455c55c..9ed3494732d 100644
--- a/files/templates/part.list.php
+++ b/files/templates/part.list.php
@@ -1,7 +1,7 @@
<?php if(!$_['files']) echo '<span id="emptyfolder">Nothing in here. Upload something!</span><style>.file_upload_filename { background-color:#ffc100; border:#dda600 1px solid; }</style>';
foreach($_['files'] as $file):
$simple_file_size = simple_file_size($file['size']);
- $simple_size_color = 200-intval($file['size']/(1024*1024)*5);
+ $simple_size_color = 200-intval($file['size']/(1024*1024)*2);
if($simple_size_color<0) $simple_size_color = 0;
$relative_modified_date = relative_modified_date($file['mtime']);
$relative_date_color = round((time()-$file['mtime'])/60/60/24*7); //days ago