class on the invite link
This commit is contained in:
parent
41dc9ca497
commit
3d9dc111a2
|
@ -55,7 +55,8 @@ class InviteButtonSection extends Section
|
||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
$this->out->element('a',
|
$this->out->element('a',
|
||||||
array('href' => common_local_url('invite')),
|
array('href' => common_local_url('invite'),
|
||||||
|
'class' => 'invite_button'),
|
||||||
_('Invite more colleagues'));
|
_('Invite more colleagues'));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user