UNDO: better formatting for notice instructions
darcs-hash:20080626215308-34904-3dc92c082d793a92f3d3521f83ef38c009432d0b.gz
This commit is contained in:
parent
877f56851c
commit
b73a06f7a2
|
@ -787,8 +787,6 @@ function common_notice_form($action=NULL, $content=NULL) {
|
||||||
common_element('textarea', array('id' => 'status_textarea',
|
common_element('textarea', array('id' => 'status_textarea',
|
||||||
'name' => 'status_textarea'),
|
'name' => 'status_textarea'),
|
||||||
($content) ? $content : ' ');
|
($content) ? $content : ' ');
|
||||||
common_element('span', 'input_instructions',
|
|
||||||
_t('Your current status, max 140 characters'));
|
|
||||||
if ($action) {
|
if ($action) {
|
||||||
common_hidden('returnto', $action);
|
common_hidden('returnto', $action);
|
||||||
}
|
}
|
||||||
|
@ -796,6 +794,8 @@ function common_notice_form($action=NULL, $content=NULL) {
|
||||||
'name' => 'status_submit',
|
'name' => 'status_submit',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => _t('Send')));
|
'value' => _t('Send')));
|
||||||
|
common_element('span', 'input_instructions',
|
||||||
|
_t('Your current status, max 140 characters'));
|
||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
common_element_end('form');
|
common_element_end('form');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user