change class of notice textarea to its id
darcs-hash:20080610194243-84dde-dad19548b794cc3d6d549e986bf17aa6b0421199.gz
This commit is contained in:
parent
2c95246fcd
commit
36894e6a7f
@ -595,7 +595,7 @@ function common_notice_form() {
|
||||
common_element('label', array('for' => 'status_update',
|
||||
'id' => 'status_label'),
|
||||
_t('What\'s up, ').$user->nickname.'?');
|
||||
common_element('textarea', 'status_textarea');
|
||||
common_element('textarea', array('id' => 'status_textarea'));
|
||||
common_element('input', array('id' => 'status_submit',
|
||||
'type' => 'submit',
|
||||
'value' => _t('Send')));
|
||||
|
Loading…
Reference in New Issue
Block a user