Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeezyT <timo@ezdesign.de>2012-09-24 19:19:42 +0400
committerBeezyT <timo@ezdesign.de>2012-09-24 19:19:42 +0400
commitc4cf9ffc660a9dd9bc4c51465b708731c2382e24 (patch)
treea537b1274bfb44803de7b6bb8dcbf0198617036a /plugins/Transitions/Controller.php
parent88d70905188470376ca7c7c8e6016ef0e296989f (diff)
refs #3332 Transitions:
* Showing referrals from campaigns in the center box * Proper error message when URL was not found or truncated from the actions report (introducing general popover error method) * Stylish icon for row-action * Minor JS and CSS fixes git-svn-id: http://dev.piwik.org/svn/trunk@7051 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Transitions/Controller.php')
-rw-r--r--plugins/Transitions/Controller.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Transitions/Controller.php b/plugins/Transitions/Controller.php
index 61a85908fa..b913eb73df 100644
--- a/plugins/Transitions/Controller.php
+++ b/plugins/Transitions/Controller.php
@@ -52,7 +52,10 @@ class Piwik_Transitions_Controller extends Piwik_Controller
*/
private static $jsTranslations = array(
'XOfY' => 'Transitions_XOutOfYVisits',
- 'XOfAllPageviews' => 'Transitions_XOfAllPageviews'
+ 'XOfAllPageviews' => 'Transitions_XOfAllPageviews',
+ 'NoDataForUrl' => 'Transitions_NoDataForUrl',
+ 'NoDataForUrlDetails' => 'Transitions_NoDataForUrlDetails',
+ 'NoDataForUrlBack' => 'Transitions_ErrorBack'
);
public static function getTranslation($key)