put message form on inbox and outbox

darcs-hash:20080924204131-5ed1f-099c73720b3a4f2263ca28566fcd6b4c809fd4ab.gz
This commit is contained in:
Evan Prodromou
2008-09-24 16:41:31 -04:00
parent ffeeec392e
commit fc7663e86a
3 changed files with 44 additions and 41 deletions

View File

@@ -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();
}