#717 add size, user, date to uploaded files

This commit is contained in:
BlueTeck
2015-04-09 10:08:27 +02:00
parent c1329ac7c4
commit bca1012e70
6 changed files with 86 additions and 13 deletions

View File

@@ -755,7 +755,7 @@ class Helper
return 'fa-file-powerpoint-o';
case 'zip':
case 'rar':
return 'fa-archive-o';
return 'fa-file-archive-o';
case 'mp3':
return 'fa-audio-o';
case 'avi':