diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:04:18 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:04:22 +0100 |
commit | 433d1de923392c005193e99ad1d8efdf2513544f (patch) | |
tree | 77517718ad005d3dcd9ecb7278a8998e15b2ec3b /apps/files/templates/simplelist.php | |
parent | f2d7fad0fb6263a0b93ed91f4f82b9e8a1acd26e (diff) | |
download | nextcloud-server-433d1de923392c005193e99ad1d8efdf2513544f.tar.gz nextcloud-server-433d1de923392c005193e99ad1d8efdf2513544f.zip |
fix empty state for Favorites
Diffstat (limited to 'apps/files/templates/simplelist.php')
-rw-r--r-- | apps/files/templates/simplelist.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php index c00febce653..15949bf704e 100644 --- a/apps/files/templates/simplelist.php +++ b/apps/files/templates/simplelist.php @@ -3,7 +3,10 @@ </div> <div id='notification'></div> -<div id="emptycontent" class="hidden"></div> +<div id="emptycontent" class="hidden"> + <div class="icon-starred"></div> + <?php p($l->t('Files and folders you mark as favorites will show up here')); ?> +</div> <input type="hidden" name="dir" value="" id="dir"> |