summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-01-31 13:56:58 +0100
committerRobin Appelman <icewind@owncloud.com>2012-01-31 13:56:58 +0100
commit7ff86cfebe27c6cf3fc1926faeea541b84b5eff9 (patch)
tree6d86107ee2bf83dd572ad9d5c2a787bdf12fd2ea /files/templates
parent803f86e0fcd77e3888daa387142fd197083d5fd3 (diff)
downloadnextcloud-server-7ff86cfebe27c6cf3fc1926faeea541b84b5eff9.tar.gz
nextcloud-server-7ff86cfebe27c6cf3fc1926faeea541b84b5eff9.zip
provide live feedback while scanning files
Diffstat (limited to 'files/templates')
-rw-r--r--files/templates/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php
index 92c579c2442..fa4643de75a 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -61,7 +61,10 @@
</p>
</div>
<div id="scanning-message">
+ <h3>
+ <?php echo $l->t('Files are being scanned, please wait.');?> <span id='scan-count'></spann>
+ </h3>
<p>
- <?php echo $l->t('Files are being scanned, please wait.');?>
+ <?php echo $l->t('Current scanning');?> <span id='scan-current'></spann>
</p>
</div>