remove more groupnav
This commit is contained in:
parent
e0f7cf6a6c
commit
8287f27a95
@ -457,10 +457,4 @@ class GrouplogoAction extends GroupAction
|
|||||||
|
|
||||||
$this->autofocus('avatarfile');
|
$this->autofocus('avatarfile');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showObjectNav()
|
|
||||||
{
|
|
||||||
$nav = new GroupNav($this, $this->group);
|
|
||||||
$nav->show();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -132,12 +132,6 @@ class GroupqueueAction extends GroupAction
|
|||||||
_('A list of users awaiting approval to join this group.'));
|
_('A list of users awaiting approval to join this group.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
function showObjectNav()
|
|
||||||
{
|
|
||||||
$nav = new GroupNav($this, $this->group);
|
|
||||||
$nav->show();
|
|
||||||
}
|
|
||||||
|
|
||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
$offset = ($this->page-1) * PROFILES_PER_PAGE;
|
$offset = ($this->page-1) * PROFILES_PER_PAGE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user