From aecbc78d64f213a09ebf854085399c77a3b7c453 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Mon, 4 May 2009 14:13:12 +0000 Subject: add name to login form, and auto-focus user input field --- templates/login_inc.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/login_inc.tpl') diff --git a/templates/login_inc.tpl b/templates/login_inc.tpl index 10b8747..1a5757d 100644 --- a/templates/login_inc.tpl +++ b/templates/login_inc.tpl @@ -1,6 +1,6 @@ {strip} {assign var=force_secure value=$gBitSystem->isFeatureActive("site_https_login_required")} -{form legend="Sign in with your username or email to continue" ipackage=users ifile='validate.php' secure=$force_secure} +{form name="login" legend="Sign in with your username or email to continue" ipackage=users ifile='validate.php' secure=$force_secure}
{formfeedback error="$error"} {formlabel label="Username or Email" for="user"} @@ -57,4 +57,7 @@ {/if}
{/form} + {/strip} -- cgit v1.3