summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-11-10 16:40:09 +0100
committerRobin Appelman <icewind1991@gmail.com>2011-11-10 16:40:09 +0100
commit524e3686a0da79493a6048d8d92b7bbb0982ec08 (patch)
treedf3ff86248e797cc86ab2e2df0cc9061b4c5221e /files/templates
parent5a6aba1e1114707942c613c2402eed3237b43a21 (diff)
downloadnextcloud-server-524e3686a0da79493a6048d8d92b7bbb0982ec08.tar.gz
nextcloud-server-524e3686a0da79493a6048d8d92b7bbb0982ec08.zip
tell the user when the files are being scanned
Diffstat (limited to 'files/templates')
-rw-r--r--files/templates/index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/files/templates/index.php b/files/templates/index.php
index 722c38e4776..21a4e2df010 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -63,3 +63,8 @@ if (isset($_['files'])) {
<?php echo $l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.');?>
</p>
</div>
+<div id="scanning-message">
+ <p>
+ <?php echo $l->t('Files are being scanned, please wait.');?>
+ </p>
+</div>