Fixed #117 - make “Remind me” clickable.

This commit is contained in:
Martin Edenhofer 2014-01-21 21:52:47 +01:00
parent ef69d39f5d
commit e4818ff697

View file

@ -10,7 +10,7 @@
<input name="password" type="password" class="form-control col-3" placeholder="<%- @Ti( 'Password' ) %>"/> <input name="password" type="password" class="form-control col-3" placeholder="<%- @Ti( 'Password' ) %>"/>
<button class="btn btn-primary" type="submit"><%- @T( 'Sign in' ) %></button> <button class="btn btn-primary" type="submit"><%- @T( 'Sign in' ) %></button>
<div> <div>
<span class="small"><input name="remember_me" value="1" type="checkbox"/> <%- @T( 'Remember me' ) %></span> <span class="small"><label><input name="remember_me" value="1" type="checkbox"/> <%- @T( 'Remember me' ) %></label></span>
<% if @C('user_lost_password'): %> <% if @C('user_lost_password'): %>
<span class="small">&middot;</span> <span class="small">&middot;</span>
<a href="#reset_password" class="small"><%- @T( 'Forgot password?' ) %></a> <a href="#reset_password" class="small"><%- @T( 'Forgot password?' ) %></a>