put message form on inbox and outbox
darcs-hash:20080924204131-5ed1f-099c73720b3a4f2263ca28566fcd6b4c809fd4ab.gz
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user