diff options
author | Robin Appelman <robin@icewind.nl> | 2016-10-21 16:35:55 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-10-21 16:35:55 +0200 |
commit | 7427fb170f853cde26289890aabc98d74f8707be (patch) | |
tree | f1a38f97b60c5539e9b09ae9437cab1c6e69d547 /core/templates | |
parent | 9965a95e3b9aff118fa7a34102e5ac31367ac7e2 (diff) | |
download | nextcloud-server-7427fb170f853cde26289890aabc98d74f8707be.tar.gz nextcloud-server-7427fb170f853cde26289890aabc98d74f8707be.zip |
show empty folder message in filepicker
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/filepicker.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index b665ca26893..215311348cb 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -1,6 +1,10 @@ <div id="{dialog_name}" title="{title}"> <span class="dirtree breadcrumb"></span> <div class="filelist-container"> + <div class="emptycontent"> + <div class="icon-folder"></div> + <h2>{emptytext}</h2> + </div> <table id="filestable" class="filelist"> <tbody> <tr data-entryname="{filename}" data-type="{type}"> |