PDF rausgenommen
This commit is contained in:
11
msd2/tracking/piwik/plugins/Live/templates/_actionGoal.twig
Normal file
11
msd2/tracking/piwik/plugins/Live/templates/_actionGoal.twig
Normal file
@ -0,0 +1,11 @@
|
||||
<li class="action"
|
||||
title="{{ postEvent('Live.renderActionTooltip', action, visitInfo) }}">
|
||||
<div>
|
||||
{# Goal conversion #}
|
||||
<img src="{{ action.iconSVG|default(action.icon) }}" class="action-list-action-icon" />
|
||||
<strong>{{ action.goalName }}</strong>
|
||||
{% if action.revenue > 0 %}, {{ 'General_ColumnRevenue'|translate }}:
|
||||
<strong>{{ action.revenue|money(visitInfo.idSite)|raw }}</strong>
|
||||
{% endif %}
|
||||
</div>
|
||||
</li>
|
Reference in New Issue
Block a user