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_trashbin | |
parent | 73e17dc7e8f06d9855b9a1c99133fd7f1c6a1a67 (diff) | |
download | nextcloud-server-23900a5a39c45cff90e0056d3d58736ea11553c4.tar.gz nextcloud-server-23900a5a39c45cff90e0056d3d58736ea11553c4.zip |
filter trashbin and share views
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index fe1311340c7..b89ec66b15a 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -12,6 +12,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> |