aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar_identification.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-05 19:49:43 +0000
committervdigital <vdigital@piwigo.org>2008-10-05 19:49:43 +0000
commit308fda55f5d9976f1229fa05bad7ab1da65f9061 (patch)
tree123ebea5be76809c9881ae9a3b1229d0559ee26b /template/yoga/menubar_identification.tpl
parent10e48b0d416dbaa14efb7484ff86e71ea1ddd57f (diff)
Quickconnect : pressing "Tab+Enter" after remember was linking you to "forgotten password" instead of Submitting the current form.
Adjust some backgrounds (due to CSS optimization elsewhere) and some positions. git-svn-id: http://piwigo.org/svn/trunk@2668 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar_identification.tpl')
-rw-r--r--template/yoga/menubar_identification.tpl2
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>