Form for posting a group message on group inbox

This commit is contained in:
Evan Prodromou
2011-02-07 11:24:00 -05:00
parent 8b20399932
commit 5db1479a95
6 changed files with 382 additions and 41 deletions

View File

@@ -110,6 +110,12 @@ class GroupinboxAction extends GroupDesignAction
$nav->show();
}
function showNoticeForm()
{
$form = new GroupMessageForm($this, $this->group);
$form->show();
}
function showContent()
{
$gml = new GroupMessageList($this, $this->gm);