fix submit button for avatar
darcs-hash:20080528141432-84dde-df546c7e7d79cb753934cdb002859587b7ed2a81.gz
This commit is contained in:
parent
de56ccca07
commit
abdd82800c
|
@ -62,10 +62,7 @@ class AvatarAction extends SettingsAction {
|
|||
common_element('input', array('name' => 'avatarfile',
|
||||
'type' => 'file',
|
||||
'id' => 'avatarfile'));
|
||||
common_element('input', array('name' => 'submit',
|
||||
'type' => 'submit',
|
||||
'id' => 'submit',
|
||||
'value' =>_t('Upload')));
|
||||
common_submit('submit', _t('Upload'));
|
||||
common_element_end('form');
|
||||
common_show_footer();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user