]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
rearrange paragraphs in message form
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:17:27 +0000 (22:17 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:17:27 +0000 (22:17 -0400)
darcs-hash:20080918021727-5ed1f-ad74f71450db27e587b04fe19dfbbaf51f4d0300.gz

actions/newmessage.php

index e8df59509860121a0c5f2258f938133b9fa3a396..0dc37c39c4762f6a5da95114e4e869fa9d24fcd7 100644 (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,