diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/form_login.st | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/template/form_login.st b/template/form_login.st index ea2d020..8b126ff 100644 --- a/template/form_login.st +++ b/template/form_login.st @@ -15,6 +15,14 @@ <input id="passwordInputLabel" name="passwordInputLabel" tabindex="5" type="text" class="invisible"> <input id="passwordInput" name="passwordInput" title="password" tabindex="5" type="password"> </p> + + <p> + <label> + <input type="checkbox" name="rememberme" id="remembermeInput" /> + Remember Me + </label> + </p> + <p class="remember"><br> <img src="/static/signin.gif" id="signin-submit"> @@ -26,4 +34,4 @@ <script src="/static/js/home.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(initExpandableLoginForm) -</script>
\ No newline at end of file +</script> |
