diff options
author | friendica <info@friendica.com> | 2013-01-04 21:34:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-04 21:34:36 -0800 |
commit | 490867ebf7ca6451bf2304fd15dc8796716f6911 (patch) | |
tree | 9b1e136817c5eabce0cb43b87b381c157160370c /view/tpl/login.tpl | |
parent | 37957204215854f2d80ca8b975f275ebda305f7e (diff) | |
download | volse-hubzilla-490867ebf7ca6451bf2304fd15dc8796716f6911.tar.gz volse-hubzilla-490867ebf7ca6451bf2304fd15dc8796716f6911.tar.bz2 volse-hubzilla-490867ebf7ca6451bf2304fd15dc8796716f6911.zip |
port "remember me" from Friendica
Diffstat (limited to 'view/tpl/login.tpl')
-rw-r--r-- | view/tpl/login.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 9cecef5c7..149c46e4c 100644 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -11,6 +11,8 @@ {{ if $register }}<a href="$register.link" title="$register.title" id="register-link">$register.desc</a>{{ endif }} <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a> </div> + + {{ inc field_checkbox.tpl with $field=$remember }}{{ endinc }} <div id="login-standard-end"></div> |