Check the box remember me by default

This commit is contained in:
Frederic Guillot 2015-07-03 20:08:13 -04:00
parent b054790200
commit a6d434d91f
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<?= $this->form->label(t('Password'), 'password') ?>
<?= $this->form->password('password', $values, $errors, array('required')) ?>
<?= $this->form->checkbox('remember_me', t('Remember Me'), 1) ?><br/>
<?= $this->form->checkbox('remember_me', t('Remember Me'), 1, true) ?><br/>
<?php if (GOOGLE_AUTH): ?>
<?= $this->url->link(t('Login with my Google Account'), 'user', 'google') ?>

View File

@ -347,7 +347,7 @@ input.form-date {
}
input.form-input-large {
width: 450px;
width: 400px;
}
.form-row {

View File

@ -142,7 +142,7 @@ input.form-date {
}
input.form-input-large {
width: 450px;
width: 400px;
}
.form-row {