diff options
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> |