]> source.dussan.org Git - nextcloud-server.git/commitdiff
move storage bar below clients showcase to make it more visible
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 14:05:02 +0000 (16:05 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 14:05:02 +0000 (16:05 +0200)
settings/templates/personal.php

index f0002c505c801a13fe51d2497e35a5fbab52f479..b11f1912f51c223c72a055b65e176ca17e970378 100644 (file)
@@ -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>
 </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']) {