diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-05 13:11:50 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-05 13:11:50 +0100 |
commit | 23900a5a39c45cff90e0056d3d58736ea11553c4 (patch) | |
tree | c441a0ef50cb2eee0065db9f808718768055341c /apps/files/templates | |
parent | 73e17dc7e8f06d9855b9a1c99133fd7f1c6a1a67 (diff) | |
download | nextcloud-server-23900a5a39c45cff90e0056d3d58736ea11553c4.tar.gz nextcloud-server-23900a5a39c45cff90e0056d3d58736ea11553c4.zip |
filter trashbin and share views
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> |