rearrange paragraphs in message form
darcs-hash:20080918021727-5ed1f-ad74f71450db27e587b04fe19dfbbaf51f4d0300.gz
This commit is contained in:
parent
17b7ddfa0f
commit
edc11b1157
|
@ -89,8 +89,6 @@ class NewmessageAction extends Action {
|
||||||
'method' => 'post',
|
'method' => 'post',
|
||||||
'action' => $this->self_url()));
|
'action' => $this->self_url()));
|
||||||
|
|
||||||
common_element_start('p');
|
|
||||||
|
|
||||||
$mutual_users = $user->mutuallySubscribedUsers();
|
$mutual_users = $user->mutuallySubscribedUsers();
|
||||||
|
|
||||||
$mutual = array();
|
$mutual = array();
|
||||||
|
@ -108,6 +106,8 @@ class NewmessageAction extends Action {
|
||||||
_('User you want to send a message to'), FALSE,
|
_('User you want to send a message to'), FALSE,
|
||||||
$to->id);
|
$to->id);
|
||||||
|
|
||||||
|
common_element_start('p');
|
||||||
|
|
||||||
common_element('textarea', array('id' => 'content',
|
common_element('textarea', array('id' => 'content',
|
||||||
'cols' => 60,
|
'cols' => 60,
|
||||||
'rows' => 3,
|
'rows' => 3,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user