aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 21:27:14 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 21:27:14 +0100
commitab2ae91b114d4863961509dad55b3525b901cefb (patch)
tree75d6112d1bd32c84797b04a5347c1533d759f644 /apps
parent16c62a346ce7d4065ede9e41a405722a74815ced (diff)
downloadnextcloud-server-ab2ae91b114d4863961509dad55b3525b901cefb.tar.gz
nextcloud-server-ab2ae91b114d4863961509dad55b3525b901cefb.zip
improve empty state of 'All files'
Diffstat (limited to 'apps')
-rw-r--r--apps/files/templates/list.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index a0138967cd2..82bd7b8c418 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -49,7 +49,11 @@
<input type="hidden" name="permissions" value="" id="permissions">
</div>
-<div id="emptycontent" class="hidden"><?php p($l->t('Nothing in here. Upload something!'))?></div>
+<div id="emptycontent" class="hidden">
+ <div class="icon-folder"></div>
+ <h2><?php p($l->t('No files yet')); ?></h2>
+ <p><?php p($l->t('Upload some content or sync with your devices')); ?></p>
+</div>
<table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="36" data-preview-y="36">
<thead>