diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-01-06 16:44:58 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-01-06 16:44:58 +0100 |
commit | fe4592937a7139164eeb0b8131f6e8ba559eaa67 (patch) | |
tree | 664cbec226a0b3f563388c2c15c3260849eab002 /apps/files_trashbin | |
parent | 622c4cf77903470bc7ddc1df5b74d5e17a0e70c7 (diff) | |
parent | 04e2f59f5d3bc8d3e2a5e0756f1f2f47735e1ec3 (diff) | |
download | nextcloud-server-fe4592937a7139164eeb0b8131f6e8ba559eaa67.tar.gz nextcloud-server-fe4592937a7139164eeb0b8131f6e8ba559eaa67.zip |
Merge pull request #12653 from owncloud/full_content_search_results
Full content width search results
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..0c0f955cf40 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 class="nofilterresults 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> |