diff options
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/simplelist.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php index d806a220ac0..15bbfbb2921 100644 --- a/apps/files/templates/simplelist.php +++ b/apps/files/templates/simplelist.php @@ -11,6 +11,12 @@ <input type="hidden" name="dir" value="" id="dir"> +<div id="nofilterresults" class="hidden"> + <div class="icon-search"></div> + <h2><?php p($l->t('No entries found in this folder')); ?></h2> + <p></p> +</div> + <table id="filestable"> <thead> <tr> |