summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-02 15:06:49 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-02 15:06:49 +0100
commit48c7bed59bce35eb5904dc7c7c80f99ba4126892 (patch)
treedcd0e35e364a65b8213bc525794aedb3509d3cd9 /apps/files/templates/index.php
parent2d36a20a1df4129608e9573cea3dcbb2e9de2d12 (diff)
downloadnextcloud-server-48c7bed59bce35eb5904dc7c7c80f99ba4126892.tar.gz
nextcloud-server-48c7bed59bce35eb5904dc7c7c80f99ba4126892.zip
make usedSpacePercent available in the files app
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r--apps/files/templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index edf048c7e13..5246ff1bea9 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -117,3 +117,4 @@
<!-- config hints for javascript -->
<input type="hidden" name="allowZipDownload" id="allowZipDownload" value="<?php echo $_['allowZipDownload']; ?>" />
+<input type="hidden" name="usedSpacePercent" id="usedSpacePercent" value="<?php echo $_['usedSpacePercent']; ?>" />