Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-30 12:52:47 +0300
committerJulius Härtl <jus@bitgrid.net>2021-10-25 17:17:38 +0300
commit584d275a501e32fc6f8d962085a93d4ed2d05264 (patch)
treebfee5899cab76191e4f9a3957eac4cc2efe36be8 /apps/files_sharing/templates
parentdf0efe0d623439d6842a5a100a213d980b2895df (diff)
Fix "No entries in this …" template
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php
index 4b216de8e70..983e70d4433 100644
--- a/apps/files_sharing/templates/list.php
+++ b/apps/files_sharing/templates/list.php
@@ -5,7 +5,7 @@
<input type="hidden" name="dir" value="" id="dir">
-<div class="nofilterresults hidden">
+<div class="nofilterresults emptycontent hidden">
<div class="icon-search"></div>
<h2><?php p($l->t('No entries found in this folder')); ?></h2>
</div>