Skip to content
Extraits de code Groupes Projets
Valider c4b5fdfe rédigé par Benaka Moorthi's avatar Benaka Moorthi
Parcourir les fichiers

Do not show Referers.getCampaigns footer message on evolution graphs.

parent b57ead72
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -441,20 +441,23 @@ class Piwik_Referers extends Plugin ...@@ -441,20 +441,23 @@ class Piwik_Referers extends Plugin
private function getDisplayPropertiesForGetCampaigns() private function getDisplayPropertiesForGetCampaigns()
{ {
$help = Piwik_Translate('Referers_CampaignFooterHelp', $result = array(
array('<a target="_blank" href="http://piwik.org/docs/tracking-campaigns/">',
'</a> - <a target="_blank" href="http://piwik.org/docs/tracking-campaigns/url-builder/">',
'</a>')
);
return array(
'subtable_controller_action' => 'getKeywordsFromCampaignId', 'subtable_controller_action' => 'getKeywordsFromCampaignId',
'show_exclude_low_population' => false, 'show_exclude_low_population' => false,
'show_goals' => true, 'show_goals' => true,
'filter_limit' => 25, 'filter_limit' => 25,
'translations' => array('label' => Piwik_Translate('Referers_ColumnCampaign')), 'translations' => array('label' => Piwik_Translate('Referers_ColumnCampaign')),
'show_footer_message' => $help,
); );
if (Common::getRequestVar('viewDataTable', false) != 'graphEvolution') {
$result['show_footer_message'] = Piwik_Translate('Referers_CampaignFooterHelp',
array('<a target="_blank" href="http://piwik.org/docs/tracking-campaigns/">',
'</a> - <a target="_blank" href="http://piwik.org/docs/tracking-campaigns/url-builder/">',
'</a>')
);
}
return $result;
} }
private function getDisplayPropertiesForGetKeywordsFromCampaignId() private function getDisplayPropertiesForGetKeywordsFromCampaignId()
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter