diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-03 11:46:16 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-03 11:49:28 +0200 |
commit | acc9fa49fc5236bb4ab9189504c86f536fc38fb7 (patch) | |
tree | 7fbdf8210108b08a160a0d0da37b5c9780269891 /settings/templates | |
parent | e7314b3ad8eda85a416a2cccf4d8ef1a289b7a42 (diff) | |
download | nextcloud-server-acc9fa49fc5236bb4ab9189504c86f536fc38fb7.tar.gz nextcloud-server-acc9fa49fc5236bb4ab9189504c86f536fc38fb7.zip |
use SVG for toggle image instead of PNG, fix installation and personal settings toggle
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 490133c9f25..c0adaf9c5a3 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -83,7 +83,7 @@ if($_['passwordChangeSupported']) { placeholder="<?php echo $l->t('New password');?>" data-typetoggle="#personal-show" autocomplete="off" autocapitalize="off" autocorrect="off" /> - <input type="checkbox" id="personal-show" name="show" /><label for="personal-show"></label> + <input type="checkbox" id="personal-show" name="show" /><label for="personal-show" class="svg"></label> <input id="passwordbutton" type="submit" value="<?php echo $l->t('Change password');?>" /> <br/> <div class="strengthify-wrapper"></div> |