Locked password alert shows up correctly

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-04 18:01:05 +02:00
parent 01bb2c02e6
commit fa38f69f75
11 changed files with 206 additions and 72 deletions

View File

@@ -92,14 +92,17 @@
<span class="right-span">Remove</span>
</label></div></li>
<li><span class="switch-text">
<li class="user-password-li hide"><span class="switch-text">
User password
</span>
<div class="switch"><label>
<span class="left-span">No</span>
<input name="password_protected" type="checkbox" class="conf password_protected" /><span class="lever"></span>
<input name="userpass" type="checkbox" class="conf password_protected" /><span class="lever"></span>
<span class="right-span">Yes</span>
</label></div></li>
<li class="change_user_pass hide">
<a href="#!" class="change_user_pass_btn btn waves-effect">Change password</a>
</li>
</ul>
</form>
</div>