diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 03:47:32 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 03:47:32 +0000 |
commit | 961c5af3cec8cf4fc3efe7e80b90ea69e6137cdd (patch) | |
tree | 78dc23b9fbd322b7a009742014171ccfbb73dd12 /actions/groups.php | |
parent | c8b606f17e124febf79db5a5aac5c545454435a1 (diff) |
Anonymous notice
Diffstat (limited to 'actions/groups.php')
-rw-r--r-- | actions/groups.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/groups.php b/actions/groups.php index 6faa497fc..261f9b3aa 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -95,9 +95,11 @@ class GroupsAction extends Action function showContent() { + $this->elementStart('p', array('id' => 'new_group')); $this->element('a', array('href' => common_local_url('newgroup'), - 'id' => 'new_group'), + 'class' => 'more'), _('Create a new group')); + $this->elementEnd('p'); $offset = ($this->page-1) * GROUPS_PER_PAGE; $limit = GROUPS_PER_PAGE + 1; |