rearrange paragraphs in message form

darcs-hash:20080918021727-5ed1f-ad74f71450db27e587b04fe19dfbbaf51f4d0300.gz
This commit is contained in:
Evan Prodromou 2008-09-17 22:17:27 -04:00
parent 17b7ddfa0f
commit edc11b1157
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,6 @@ class NewmessageAction extends Action {
'method' => 'post',
'action' => $this->self_url()));
common_element_start('p');
$mutual_users = $user->mutuallySubscribedUsers();
$mutual = array();
@ -108,6 +106,8 @@ class NewmessageAction extends Action {
_('User you want to send a message to'), FALSE,
$to->id);
common_element_start('p');
common_element('textarea', array('id' => 'content',
'cols' => 60,
'rows' => 3,