aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2015-01-06 14:34:35 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-01-06 14:34:35 +0100
commit357fbd88bead4aecb5a4f24d5d1087cf96da730f (patch)
tree5de001bcb88ee3f485f24d5ee9c3fe60ef305fb2 /apps/files/templates
parent926737fdb780d7c32a6ecf95445a4d17ddc222f2 (diff)
downloadnextcloud-server-357fbd88bead4aecb5a4f24d5d1087cf96da730f.tar.gz
nextcloud-server-357fbd88bead4aecb5a4f24d5d1087cf96da730f.zip
use class for no results div instead of id. the elements are not unique.
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/list.php2
-rw-r--r--apps/files/templates/simplelist.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 55754fd0c6b..aa879002baa 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -60,7 +60,7 @@
<p><?php p($l->t('Upload some content or sync with your devices!')); ?></p>
</div>
-<div id="nofilterresults" class="hidden">
+<div class="nofilterresults hidden">
<div class="icon-search"></div>
<h2><?php p($l->t('No entries found in this folder')); ?></h2>
<p></p>
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php
index 15bbfbb2921..6b6c018024f 100644
--- a/apps/files/templates/simplelist.php
+++ b/apps/files/templates/simplelist.php
@@ -11,7 +11,7 @@
<input type="hidden" name="dir" value="" id="dir">
-<div id="nofilterresults" class="hidden">
+<div class="nofilterresults hidden">
<div class="icon-search"></div>
<h2><?php p($l->t('No entries found in this folder')); ?></h2>
<p></p>