From 3d9dc111a2afe2bdbd41d8360e9e3f97d926b1c5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 18:28:37 -0400 Subject: [PATCH] class on the invite link --- lib/invitebuttonsection.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/invitebuttonsection.php b/lib/invitebuttonsection.php index 8bf450b991..4812e47880 100644 --- a/lib/invitebuttonsection.php +++ b/lib/invitebuttonsection.php @@ -55,7 +55,8 @@ class InviteButtonSection extends Section function showContent() { $this->out->element('a', - array('href' => common_local_url('invite')), + array('href' => common_local_url('invite'), + 'class' => 'invite_button'), _('Invite more colleagues')); return false; } -- 2.39.5