diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 14:14:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 14:14:44 -0400 |
commit | d605cee2230b6d8d7e1ceefa1eac2dcb3b92da90 (patch) | |
tree | b2c410d15c2d307ca0cb9a4a9c3c7feab6655898 /actions | |
parent | 070eacb2e79f6d7bd7c1d4251aa49d53d0ce469f (diff) |
better login button
darcs-hash:20080520181444-84dde-62756d5b151bfe0e607001aee7f176a6c47d5602.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/login.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/actions/login.php b/actions/login.php index 89d06ee4d..ae1c7e7af 100644 --- a/actions/login.php +++ b/actions/login.php @@ -63,10 +63,7 @@ class LoginAction extends Action { 'action' => common_local_url('login'))); common_input('nickname', _t('Nickname')); common_password('password', _t('Password')); - common_element('input', array('name' => 'submit', - 'type' => 'submit', - 'id' => 'submit', - 'value' => _t('Login'))); + common_submit('submit', _t('Login')); common_element_end('form'); common_show_footer(); } |