diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 14:32:26 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 14:32:26 -0500 |
commit | 1f07b187e7968ae3d03c0a23a1566e476b8a1f71 (patch) | |
tree | 006f25ae53b66e096a61eed1fdf901e181d32489 /actions | |
parent | be6ce275387971692944c3677ea5e03f6fd038f8 (diff) | |
parent | 8ec312043f8f4026d560e2cd0805200cb6c0f31a (diff) |
Merge branch 'meitar/0.7.x' into 0.7.x
Diffstat (limited to 'actions')
-rw-r--r-- | actions/usergroups.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php index 58cf7eeb6..ded4ba76b 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -125,6 +125,12 @@ class UsergroupsAction extends Action _('Create a new group')); $this->elementEnd('p'); + $this->elementStart('p', array('id' => 'group_search')); + $this->element('a', array('href' => common_local_url('groupsearch'), + 'class' => 'more'), + _('Search for more groups')); + $this->elementEnd('p'); + $offset = ($this->page-1) * GROUPS_PER_PAGE; $limit = GROUPS_PER_PAGE + 1; |