Added text to show/hide password checkbox
This commit is contained in:
parent
22e295ab9e
commit
5cae62e784
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue