diff options
Diffstat (limited to 'template/yoga/menubar_identification.tpl')
-rw-r--r-- | template/yoga/menubar_identification.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar_identification.tpl b/template/yoga/menubar_identification.tpl index 1cb219cd4..32032077a 100644 --- a/template/yoga/menubar_identification.tpl +++ b/template/yoga/menubar_identification.tpl @@ -48,13 +48,13 @@ {/if} <div> + <input class="submit" type="submit" name="login" value="{'Submit'|@translate}"> <ul class="actions"> <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li> {if isset($U_REGISTER)} <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"/></a></li> {/if} </ul> - <input class="submit" type="submit" name="login" value="{'Submit'|@translate}"> </div> </fieldset> |