Skip to content
Snippets Groups Projects
Commit 06808edd authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

Merge pull request #3676 from owncloud/move-storage-bar

move storage bar below clients showcase to make it more visible
parents d2d71c87 b014509f
Branches
No related tags found
No related merge requests found
......@@ -4,12 +4,6 @@
* See the COPYING-README file.
*/?>
<div id="quota" class="personalblock"><div style="width:<?php p($_['usage_relative']);?>%;">
<p id="quotatext"><?php print_unescaped($l->t('You have used <strong>%s</strong> of the available <strong>%s</strong>',
array($_['usage'], $_['total_space'])));?></p>
</div></div>
<div class="clientsbox">
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
......@@ -28,6 +22,15 @@
</div>
<div id="quota" class="personalblock">
<div style="width:<?php p($_['usage_relative']);?>%;">
<p id="quotatext">
<?php print_unescaped($l->t('You have used <strong>%s</strong> of the available <strong>%s</strong>',
array($_['usage'], $_['total_space'])));?>
</p>
</div>
</div>
<?php
if($_['passwordChangeSupported']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment