diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-21 12:40:09 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-21 12:40:09 +0200 |
commit | a33ddf373bc8a83ec7d440b46710642e26171800 (patch) | |
tree | 45329e54a07f223ee8e9a0f77a16d4378262d628 /view/tpl/cloud_header.tpl | |
parent | b57e73519975b8d9cc5887c2e35cb36dda6463dc (diff) | |
download | volse-hubzilla-a33ddf373bc8a83ec7d440b46710642e26171800.tar.gz volse-hubzilla-a33ddf373bc8a83ec7d440b46710642e26171800.tar.bz2 volse-hubzilla-a33ddf373bc8a83ec7d440b46710642e26171800.zip |
move file storage quota display to upload section. add a warning if remaining space is less than 100MB and fix % calculation
Diffstat (limited to 'view/tpl/cloud_header.tpl')
-rw-r--r-- | view/tpl/cloud_header.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl index 0786b46ba..076fa16cb 100644 --- a/view/tpl/cloud_header.tpl +++ b/view/tpl/cloud_header.tpl @@ -9,7 +9,6 @@ </div> {{/if}} <h2>{{$header}}</h2> - {{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}} <div class="clear"></div> </div> {{if $actionspanel}} |