diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-24 16:41:31 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-24 16:41:31 -0400 |
commit | fc7663e86ab7fd00cace6cfc80dee60b25c83bdc (patch) | |
tree | 09fa649213b36f0539205c93d412a1b48951bcd2 /lib/mailbox.php | |
parent | ffeeec392e2bf2f53b2dea39dc8563a4cd6a084e (diff) |
put message form on inbox and outbox
darcs-hash:20080924204131-5ed1f-099c73720b3a4f2263ca28566fcd6b4c809fd4ab.gz
Diffstat (limited to 'lib/mailbox.php')
-rw-r--r-- | lib/mailbox.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/mailbox.php b/lib/mailbox.php index 42eeee97e..4ed8d1758 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -69,12 +69,10 @@ class MailboxAction extends PersonalAction { } function show_top() { + + $cur = common_current_user(); - $inst = $this->get_instructions(); - $output = common_markup_to_html($inst); - common_element_start('div', 'instructions'); - common_raw($output); - common_element_end('div'); + common_message_form(NULL, $cur, NULL); $this->views_menu(); } |