From edc11b11575c68bd41804a2bc3726ad95bbd23f5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 22:17:27 -0400 Subject: rearrange paragraphs in message form darcs-hash:20080918021727-5ed1f-ad74f71450db27e587b04fe19dfbbaf51f4d0300.gz --- actions/newmessage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/newmessage.php b/actions/newmessage.php index e8df59509..0dc37c39c 100644 --- a/actions/newmessage.php +++ b/actions/newmessage.php @@ -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, -- cgit v1.2.3-54-g00ecf