better login button
darcs-hash:20080520181444-84dde-62756d5b151bfe0e607001aee7f176a6c47d5602.gz
This commit is contained in:
parent
070eacb2e7
commit
d605cee223
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user