From d605cee2230b6d8d7e1ceefa1eac2dcb3b92da90 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 14:14:44 -0400 Subject: better login button darcs-hash:20080520181444-84dde-62756d5b151bfe0e607001aee7f176a6c47d5602.gz --- actions/login.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'actions/login.php') 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(); } -- cgit v1.2.3-54-g00ecf