diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-17 20:52:57 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-17 20:52:57 +0000 |
commit | 151dd62ca5c2a9a11e55ec08985933c541a2708a (patch) | |
tree | da1055284b2aabfb0fa4a831d873bf8b9ab558b9 /themes/default/template/identification.tpl | |
parent | 24c4331f130d5c66c487ba03e867824d2c5d7413 (diff) |
feature 2477: Remove unused CSS / html elements from version 2.3 (merge from trunk)
git-svn-id: http://piwigo.org/svn/branches/2.3@12480 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/identification.tpl')
-rw-r--r-- | themes/default/template/identification.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl index 5ccfb7133..3deff9c54 100644 --- a/themes/default/template/identification.tpl +++ b/themes/default/template/identification.tpl @@ -52,7 +52,7 @@ <p> <input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}"> - <input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}"> + <input tabindex="4" type="submit" name="login" value="{'Submit'|@translate}"> </p> <p> |