Update metric group for welcome/page-linked/user-rights notif

Change-Id: Ida63587200f972b7b6ec0f826eb4f85ea274b20d
This commit is contained in:
bsitu 2013-04-30 15:28:50 -07:00
parent 83fccf44bc
commit c640ef179a

View file

@ -350,7 +350,7 @@ $wgEchoNotificationIcons = array(
$wgEchoNotifications = array(
'welcome' => array(
'category' => 'system',
'group' => 'system',
'group' => 'positive',
'title-message' => 'notification-new-user',
'title-params' => array( 'agent' ),
'icon' => 'site',
@ -395,7 +395,7 @@ $wgEchoNotifications = array(
),
'page-linked' => array(
'category' => 'article-linked',
'group' => 'positive',
'group' => 'neutral',
'bundle' => array( 'web' => true, 'email' => true ),
'formatter-class' => 'EchoPageLinkFormatter',
'title-message' => 'notification-page-linked',
@ -436,7 +436,7 @@ $wgEchoNotifications = array(
),
'user-rights' => array(
'category' => 'system',
'group' => 'interactive',
'group' => 'neutral',
'formatter-class' => 'EchoUserRightsFormatter',
'title-message' => 'notification-user-rights',
'title-params' => array( 'agent', 'user-rights-list' ),