shorten flag notification and include a class
This commit is contained in:
parent
4845aefa69
commit
22310d17a4
@ -102,8 +102,7 @@ class UserFlagPlugin extends Plugin
|
||||
$action->elementStart('li', 'entity_flag');
|
||||
|
||||
if (User_flag_profile::exists($profile->id, $user->id)) {
|
||||
$action->element('p', array(),
|
||||
_('Flagged for review'));
|
||||
$action->element('p', 'flagged', _('Flagged'));
|
||||
} else {
|
||||
$form = new FlagProfileForm($action, $profile,
|
||||
array('action' => 'showstream',
|
||||
|
Loading…
Reference in New Issue
Block a user