Skip to content

Commit

Permalink
Fix "No entries in this …" template
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Apr 30, 2021
1 parent 0b0db24 commit 75d973e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/templates/recentlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<p></p>
Expand Down
2 changes: 1 addition & 1 deletion apps/files/templates/simplelist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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>
<p></p>
Expand Down
2 changes: 1 addition & 1 deletion apps/files_sharing/templates/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion apps/files_trashbin/templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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>
<p></p>
Expand Down

0 comments on commit 75d973e

Please sign in to comment.