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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-11-15 18:14:15 +0300
committerGitHub <noreply@github.com>2016-11-15 18:14:15 +0300
commitcd6af07f42a9558c2243b44dc3c45c4963b9a944 (patch)
tree802a311abcdab482ec4ab8bc9ba7a81b28b981c7 /plugins/Goals/templates
parent2258605179eaf3e86cf5d0bf2c1f367011abeac6 (diff)
Link to plugins (#10862)
* new SecurityInfo plugin release * Linking to plugins * Port * fix system test * Footer event message * Content tracking ad * No infobox in widget in dashboard to keep it lean
Diffstat (limited to 'plugins/Goals/templates')
-rw-r--r--plugins/Goals/templates/conversionOverview.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Goals/templates/conversionOverview.twig b/plugins/Goals/templates/conversionOverview.twig
index 64f7512600..b3dd870db3 100644
--- a/plugins/Goals/templates/conversionOverview.twig
+++ b/plugins/Goals/templates/conversionOverview.twig
@@ -18,5 +18,7 @@
<a href="javascript:;" class="segmentedlog" onclick="SegmentedVisitorLog.show('Goals.getMetrics', 'visitConvertedGoalId=={{ idGoal }}', {})">
{{ 'Live_RowActionTooltipWithDimension'|translate('General_Goal'|translate) }}
</a>
+{{ postEvent("Template.afterGoalConversionOverviewReport") }}
<br style="clear:left"/>
+
</div> \ No newline at end of file