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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-16 17:47:41 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-16 17:47:41 +0400
commitac5d345bcf4e194e23e051df79b3db889e6d71c0 (patch)
tree51504498b5eb91220af6ea444626c2e04e4b9ef3 /plugins/Goals
parent3c085cb5ed1819bc9f779e6426ac064cfaa2c857 (diff)
Refs #774
* Visits by server time now report in the correct website timezone * Fixing issue with the datatable showing conv / conv rates / revenues for all goals (previously only the first goal would show)
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/Controller.php8
-rw-r--r--plugins/Goals/templates/table_by_segment.tpl1
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/Goals/Controller.php b/plugins/Goals/Controller.php
index 662c21698c..bedcf95385 100644
--- a/plugins/Goals/Controller.php
+++ b/plugins/Goals/Controller.php
@@ -191,6 +191,14 @@ class Piwik_Goals_Controller extends Piwik_Controller
protected function getAvailableGoalSegments()
{
return array(
+ Piwik_Translate('VisitTime_ColumnServerTime') => array(
+ array(
+ 'name' => Piwik_Translate('VisitTime_ColumnServerTime'),
+ 'module' => 'VisitTime',
+ 'action' => 'getVisitInformationPerServerTime',
+ ),
+ ),
+
Piwik_Translate('Referers_Referers') => array(
array(
'name' => Piwik_Translate('Referers_Keywords'),
diff --git a/plugins/Goals/templates/table_by_segment.tpl b/plugins/Goals/templates/table_by_segment.tpl
index 0ee405cc26..bf31912aa3 100644
--- a/plugins/Goals/templates/table_by_segment.tpl
+++ b/plugins/Goals/templates/table_by_segment.tpl
@@ -1,4 +1,3 @@
-<br/>
<h2 id='titleGoalsBySegment'>{if isset($idGoal)}
{'Goals_GoalConversionsBySegment'|translate:$goalName}
{else}{'Goals_ConversionsOverviewBySegment'|translate}{/if}</h2>