diff options
Diffstat (limited to 'template/yoga/identification.tpl')
-rw-r--r-- | template/yoga/identification.tpl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/template/yoga/identification.tpl b/template/yoga/identification.tpl index 71ba02750..944954be5 100644 --- a/template/yoga/identification.tpl +++ b/template/yoga/identification.tpl @@ -55,11 +55,6 @@ </fieldset> <p><input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}"></p> -</form> - -<script type="text/javascript"><!-- -document.login_form.username.focus(); -//--></script> <p> {if isset($U_REGISTER) } @@ -68,4 +63,10 @@ document.login_form.username.focus(); <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"> {'Forgot your password?'|@translate}</a> </p> +</form> + +<script type="text/javascript"><!-- +document.login_form.username.focus(); +//--></script> + </div> <!-- content --> |