fix form in password
darcs-hash:20080519132118-84dde-abb2cf71cc9f7f319c8a2a556bdb591f40221a5c.gz
This commit is contained in:
parent
cb32dad17b
commit
18a363ba5a
|
@ -36,13 +36,10 @@ class PasswordAction extends SettingsAction {
|
|||
common_password('confirm', _t('Confirm'));
|
||||
common_element('input', array('name' => 'submit',
|
||||
'type' => 'submit',
|
||||
'id' => 'submit'),
|
||||
_t('Login'));
|
||||
common_element('input', array('name' => 'cancel',
|
||||
'type' => 'button',
|
||||
'id' => 'cancel'),
|
||||
_t('Cancel'));
|
||||
'id' => 'submit',
|
||||
'value' => _t('Change')));
|
||||
common_element_end('form');
|
||||
common_show_footer();
|
||||
}
|
||||
|
||||
function handle_post() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user