aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates/index.php')
-rw-r--r--settings/templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/index.php b/settings/templates/index.php
index 910437fefc9..f3f0b533a62 100644
--- a/settings/templates/index.php
+++ b/settings/templates/index.php
@@ -1,8 +1,8 @@
<form id="quota">
<fieldset>
<legend>Account information</legend>
- <div id="quota_indicator"><div style="width:72%;">&nbsp;</div></div>
- <p>You're currently using 72% (7.2GB) of your 10GB space.</p>
+ <div id="quota_indicator"><div style="width:<?php echo $_['usage_relative'] ?>%;">&nbsp;</div></div>
+ <p>You're currently using <?php echo $_['usage_relative'] ?>% (<?php echo $_['usage'] ?>) of your <?php echo $_['total_space'] ?> space.</p>
</fieldset>
</form>