Added text to show/hide password checkbox

This commit is contained in:
Marcin Wróblewski 2018-09-10 09:09:11 +02:00 committed by Pellaeon Lin
parent 22e295ab9e
commit 5cae62e784
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if ( \OCP\Util::getVersion()[0] >= 12 )
<label for="password" class="infield"><?php p($l->t( 'Password' )); ?></label>
<img id="password-icon" class="svg" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
<input id="show" name="show" type="checkbox">
<label id="show-password" style="display: inline;" for="show"></label>
<label id="show-password" style="display: inline;" for="show"><?php p($l->t( 'Show password' )); ?></label>
</p>
<input type="submit" id="submit" value="<?php p($l->t('Create account')); ?>" />
</fieldset>