update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,21 +1,26 @@
|
|||
<span data-graph-id="{{ nameGraphEvolution }}"></span>
|
||||
|
||||
{% if displayFullReport %}
|
||||
<h2 piwik-enriched-headline>{% if goalName is defined %}{{ 'Goals_GoalX'|translate(goalName)|raw }}{% else %}{{ 'Goals_GoalsOverview'|translate }}{% endif %}</h2>
|
||||
{% if displayFullReport or headline is defined %}
|
||||
<h2 piwik-enriched-headline
|
||||
{% if idGoal is defined and idGoal and goalName is defined and not ecommerce is defined %}
|
||||
edit-url="{{ linkTo({'module': 'Goals', 'action': 'manage', 'idGoal': idGoal})|e('html_attr') }}"
|
||||
feature-name="{{ 'Goals_Details'|translate|e('html_attr') }}"
|
||||
{% endif %}
|
||||
>{% if headline is defined %}{{ headline }}{% elseif goalName is defined %}{{ 'Goals_GoalX'|translate(goalName) }}{% else %}{{ 'General_EvolutionOverPeriod'|translate }}{% endif %}</h2>
|
||||
{% endif %}
|
||||
{{ graphEvolution|raw }}
|
||||
|
||||
<div id='leftcolumn' {% if not isWidget %}style='width:33%;'{% endif %}>
|
||||
<div id='leftcolumn' style="clear:both;{% if not isWidget and ecommerce is defined %}width:33%;'{% endif %}">
|
||||
<div class="sparkline">{{ sparkline(urlSparklineConversions) }}
|
||||
{% if ecommerce is defined %}
|
||||
<strong>{{ nb_conversions }}</strong>
|
||||
<strong>{{ nb_conversions|number }}</strong>
|
||||
{{ 'General_EcommerceOrders'|translate }}
|
||||
<img src='plugins/Zeitgeist/images/ecommerceOrder.gif'>
|
||||
<img src='plugins/Morpheus/images/ecommerceOrder.gif'>
|
||||
{% else %}
|
||||
{{ 'Goals_Conversions'|translate("<strong>"~nb_conversions~"</strong>")|raw }}
|
||||
{{ 'Goals_Conversions'|translate("<strong>"~nb_conversions|number~"</strong>")|raw }}
|
||||
{% endif %}
|
||||
{% if goalAllowMultipleConversionsPerVisit is defined and goalAllowMultipleConversionsPerVisit %}
|
||||
({{ 'General_NVisits'|translate("<strong>"~nb_visits_converted~"</strong>")|raw }})
|
||||
({{ 'General_NVisits'|translate("<strong>"~nb_visits_converted|number~"</strong>")|raw }})
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if revenue != 0 or ecommerce is defined %}
|
||||
|
|
@ -37,30 +42,30 @@
|
|||
{% endif %}
|
||||
|
||||
</div>
|
||||
<div id='leftcolumn' {% if not isWidget %}style='width:33%;'{% endif %}>
|
||||
<div id='leftcolumn' {% if not isWidget and ecommerce is defined %}style='width:33%;'{% endif %}>
|
||||
<div class="sparkline">{{ sparkline(urlSparklineConversionRate) }}
|
||||
{% if ecommerce is defined %}
|
||||
{% set ecommerceOrdersText %}{{ 'General_EcommerceOrders'|translate }}{% endset %}
|
||||
{{ 'Goals_ConversionRate'|translate("<strong>"~conversion_rate~"</strong> "~ecommerceOrdersText)|raw }}
|
||||
{{ 'Goals_ConversionRate'|translate("<strong>"~conversion_rate|percent~"</strong> "~ecommerceOrdersText)|raw }}
|
||||
{% else %}
|
||||
{{ 'Goals_OverallConversionRate'|translate("<strong>"~conversion_rate~"</strong>")|raw }}
|
||||
{{ 'Goals_OverallConversionRate'|translate("<strong>"~conversion_rate|percent~"</strong>")|raw }}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if ecommerce is defined %}
|
||||
<div class="sparkline">{{ sparkline(urlSparklinePurchasedProducts) }}
|
||||
<strong>{{ items }}</strong> {{ 'General_PurchasedProducts'|translate }}</div>
|
||||
<strong>{{ items|number }}</strong> {{ 'General_PurchasedProducts'|translate }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if ecommerce is defined %}
|
||||
<div id='rightcolumn' {% if not isWidget %}style='width:30%;'{% endif %}>
|
||||
<div>
|
||||
<img src='plugins/Zeitgeist/images/ecommerceAbandonedCart.gif'> <em>{{ 'General_AbandonedCarts'|translate }}</em>
|
||||
<img src='plugins/Morpheus/images/ecommerceAbandonedCart.gif'> <em>{{ 'General_AbandonedCarts'|translate }}</em>
|
||||
</div>
|
||||
|
||||
<div class="sparkline">
|
||||
{{ sparkline(cart_urlSparklineConversions) }}
|
||||
{% set ecommerceAbandonedCartsText %}{{ 'Goals_AbandonedCart'|translate }}{% endset %}
|
||||
<strong>{{ cart_nb_conversions }}</strong> {{ 'General_VisitsWith'|translate(ecommerceAbandonedCartsText) }}
|
||||
<strong>{{ cart_nb_conversions|number }}</strong> {{ 'General_VisitsWith'|translate(ecommerceAbandonedCartsText) }}
|
||||
</div>
|
||||
|
||||
<div class="sparkline">
|
||||
|
|
@ -72,7 +77,7 @@
|
|||
|
||||
<div class="sparkline">
|
||||
{{ sparkline(cart_urlSparklineConversionRate) }}
|
||||
<strong>{{ cart_conversion_rate }}</strong>
|
||||
<strong>{{ cart_conversion_rate|percent }}</strong>
|
||||
{{ 'General_VisitsWith'|translate(ecommerceAbandonedCartsText) }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue