remove group nav
This commit is contained in:
parent
acc4df9edd
commit
e0f7cf6a6c
@ -122,12 +122,6 @@ class BlockedfromgroupAction extends GroupAction
|
||||
_('A list of the users blocked from joining this group.'));
|
||||
}
|
||||
|
||||
function showObjectNav()
|
||||
{
|
||||
$nav = new GroupNav($this, $this->group);
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showContent()
|
||||
{
|
||||
$offset = ($this->page-1) * PROFILES_PER_PAGE;
|
||||
|
@ -139,12 +139,6 @@ class EditgroupAction extends GroupAction
|
||||
$this->showPage();
|
||||
}
|
||||
|
||||
function showObjectNav()
|
||||
{
|
||||
$nav = new GroupNav($this, $this->group);
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showContent()
|
||||
{
|
||||
$form = new GroupEditForm($this, $this->group);
|
||||
|
Loading…
Reference in New Issue
Block a user