fix form for avatars
darcs-hash:20080518191326-84dde-29f6238550a5dc66e4de2c4e1e165be254609ce6.gz
This commit is contained in:
parent
822f790a96
commit
7983311918
@ -62,8 +62,8 @@ class AvatarAction extends SettingsAction {
|
|||||||
'id' => 'avatarfile'));
|
'id' => 'avatarfile'));
|
||||||
common_element('input', array('name' => 'submit',
|
common_element('input', array('name' => 'submit',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'id' => 'submit'),
|
'id' => 'submit',
|
||||||
_t('Upload'));
|
'value' =>_t('Upload')));
|
||||||
common_element_end('form');
|
common_element_end('form');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user