diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 16:00:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 16:00:10 +0200 |
commit | 6b2862fcfe900d796ed6a6f6d0aa44dfc926e2c0 (patch) | |
tree | 94bf687de6ae579a45afdc0ec2479959e6e2720f /settings/templates/personal.php | |
parent | 7474c907dc715e790145e4577306c9936f60fa1d (diff) | |
download | nextcloud-server-6b2862fcfe900d796ed6a6f6d0aa44dfc926e2c0.tar.gz nextcloud-server-6b2862fcfe900d796ed6a6f6d0aa44dfc926e2c0.zip |
various CSS fixes
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index c4ecd73e207..6ea60e54c52 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -1,15 +1,15 @@ <div id="quota" class="personalblock"><div style="width:<?php echo $_['usage_relative'] ?>%;"> - <p><?php echo $l->t( 'You\'re currently using' );?> <strong><?php echo $_['usage_relative'] ?>%</strong> (<?php echo $_['usage'] ?>) <?php echo $l->t( 'of your' );?> <?php echo $_['total_space'] ?> <?php echo $l->t( 'space' );?>.</p> + <p><?php echo $l->t( 'You use' );?> <strong><?php echo $_['usage'] ?></strong> <?php echo $l->t( 'of the available' );?> <?php echo $_['total_space'] ?></p> </div></div> <form id="passwordform"> <fieldset class="personalblock"> <div id="passwordchanged"><?php echo $l->t( 'Your password got changed');?></div> <div id="passworderror"></div> - <input type="password" id="pass1" name="oldpassword" placeholder="<?php echo $l->t( 'Old password' );?>" /> + <input type="password" id="pass1" name="oldpassword" placeholder="<?php echo $l->t( 'Current password' );?>" /> <input type="password" id="pass2" name="password" placeholder="<?php echo $l->t( 'New password' );?>" data-typetoggle="#show" /> <input type="checkbox" id="show" name="show" /><label for="show"><?php echo $l->t( 'show' );?></label> - <input id="passwordbutton" type="submit" value="<?php echo $l->t( 'Change Password' );?>" /> + <input id="passwordbutton" type="submit" value="<?php echo $l->t( 'Change password' );?>" /> </fieldset> </form> |