diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/register.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/register.tpl b/template/yoga/register.tpl index 90115d101..b00dd9e79 100644 --- a/template/yoga/register.tpl +++ b/template/yoga/register.tpl @@ -19,7 +19,7 @@ </div> <!-- END errors --> -<form method="post" action="{F_ACTION}" class="properties"> +<form method="post" action="{F_ACTION}" class="properties" name="register_form"> <fieldset> <legend>{lang:Enter your personnal informations}</legend> @@ -63,5 +63,9 @@ </form> +<script><!-- +document.register_form.login.focus(); +//--></script> + </div> <!-- content --> </div> <!-- registerPage --> |