From 08030196ca2c0ff51ac0edd420f0e8046e676623 Mon Sep 17 00:00:00 2001 From: sarven Date: Sat, 24 Jan 2009 03:23:40 +0000 Subject: new group markup in usergroups matching groups --- actions/usergroups.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actions/usergroups.php') diff --git a/actions/usergroups.php b/actions/usergroups.php index 748585e1d..58cf7eeb6 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -119,9 +119,11 @@ class UsergroupsAction 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; -- cgit v1.2.3-54-g00ecf