Various layout updates and tiny upgrade fixes [skip ci]

This commit is contained in:
James Cole
2016-09-16 13:29:56 +02:00
parent c123e1044a
commit aac0c9ab98
7 changed files with 32 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
<div class="form-group has-feedback">
<input type="email" name="email" class="form-control" placeholder="Email"/>
<input type="email" name="email" value="{{ email }}" class="form-control" placeholder="Email"/>
</div>
<div class="form-group has-feedback">
<input type="password" name="password" class="form-control" placeholder="Password"/>
@@ -42,7 +42,7 @@
<div class="col-xs-8">
<div class="checkbox">
<label>
<input type="checkbox" name="remember" value="1"> Remember Me
<input type="checkbox" name="remember" {% if remember %}checked="checked"{% endif %} value="1"> Remember Me
</label>
</div>
</div>

View File

@@ -26,7 +26,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group has-feedback">
<input type="email" name="email" class="form-control" placeholder="Email"/>
<input type="email" name="email" value="{{ email }}"class="form-control" placeholder="Email"/>
{% if showDemoWarning %}
<p class="help-block">You will receive an email from Firefly III. If your email address
is incorrect, your account may not work.</p>