better formatting for notice instructions

darcs-hash:20080626215308-34904-872bd73f57b618e9f5670d47ee26da993f81a431.gz
This commit is contained in:
Evan Prodromou 2008-06-26 17:53:08 -04:00
parent e9dd281735
commit 877f56851c
1 changed files with 2 additions and 2 deletions

View File

@ -787,6 +787,8 @@ function common_notice_form($action=NULL, $content=NULL) {
common_element('textarea', array('id' => 'status_textarea',
'name' => 'status_textarea'),
($content) ? $content : ' ');
common_element('span', 'input_instructions',
_t('Your current status, max 140 characters'));
if ($action) {
common_hidden('returnto', $action);
}
@ -794,8 +796,6 @@ function common_notice_form($action=NULL, $content=NULL) {
'name' => 'status_submit',
'type' => 'submit',
'value' => _t('Send')));
common_element('span', 'input_instructions',
_t('Your current status, max 140 characters'));
common_element_end('p');
common_element_end('form');
}