summaryrefslogtreecommitdiff
path: root/lib/grouplist.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-27 06:21:36 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-27 06:21:36 +0000
commitf9403ae99aa08bf9061446e34322132e8faef114 (patch)
treeb0dbb93ba29206f1ce29d757d6ac0e07747dfb56 /lib/grouplist.php
parent43509a3c17a28c08dd690a50f3f2050d48e337bf (diff)
Keeping HTML consistent throughout the site.
Diffstat (limited to 'lib/grouplist.php')
-rw-r--r--lib/grouplist.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/grouplist.php b/lib/grouplist.php
index 629bdd05d..4c448e250 100644
--- a/lib/grouplist.php
+++ b/lib/grouplist.php
@@ -158,6 +158,9 @@ class GroupList extends Widget
$this->out->elementEnd('div');
if ($user) {
+ $this->out->elementStart('div', 'entity_actions');
+ $this->out->elementStart('ul');
+ $this->out->elementStart('li', 'entity_subscribe');
# XXX: special-case for user looking at own
# subscriptions page
if ($user->isMember($this->group)) {
@@ -167,6 +170,9 @@ class GroupList extends Widget
$jf = new JoinForm($this->out, $this->group);
$jf->show();
}
+ $this->out->elementEnd('li');
+ $this->out->elementEnd('ul');
+ $this->out->elementEnd('div');
}
$this->out->elementEnd('li');