diff options
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r-- | actions/usergroups.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php index f56f9c6b2..252872214 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -114,6 +114,10 @@ class UsergroupsAction extends Action function showContent() { + $this->element('a', array('href' => common_local_url('newgroup'), + 'id' => 'new_group'), + _('Create a new group')); + $offset = ($this->page-1) * GROUPS_PER_PAGE; $limit = GROUPS_PER_PAGE + 1; |