diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 22:17:27 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 22:17:27 -0400 |
commit | edc11b11575c68bd41804a2bc3726ad95bbd23f5 (patch) | |
tree | 624b2f106ed6a4016eda2e92e9d93dd75f2d4330 /actions | |
parent | 17b7ddfa0f07d02492aaa7e35efa4b4222804f6a (diff) |
rearrange paragraphs in message form
darcs-hash:20080918021727-5ed1f-ad74f71450db27e587b04fe19dfbbaf51f4d0300.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newmessage.php | 4 |
1 files 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, |