diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-02 12:50:21 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-02 12:50:21 +0100 |
commit | 0cca9e26c41a1957b3a574d33b3835ea76c63e13 (patch) | |
tree | b4795ecd6a32dddebcd9e359343579d0ba73ab75 /apps/files/templates | |
parent | 9e3f4e043f6204a336a6efc4a9c39f23723d0522 (diff) | |
download | nextcloud-server-0cca9e26c41a1957b3a574d33b3835ea76c63e13.tar.gz nextcloud-server-0cca9e26c41a1957b3a574d33b3835ea76c63e13.zip |
show no files found message
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 4224d9bc100..5b90e629ddd 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -60,6 +60,12 @@ <p><?php p($l->t('Upload some content or sync with your devices!')); ?></p> </div> +<div id="nofilterresults" class="hidden"> + <div class="icon-folder"></div> + <h2><?php p($l->t('No files found in this folder')); ?></h2> + <p></p> +</div> + <table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="36" data-preview-y="36"> <thead> <tr> |