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,11 +1,21 @@
|
|||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsPerDuration'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsPerVisitDuration|raw }}
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsPerDuration'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsPerVisitDuration|raw }}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsPerNbOfPages'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsPerPage|raw }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsPerNbOfPages'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsPerPage|raw }}
|
||||
|
||||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_visitsByVisitCount'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsByVisitNum|raw }}
|
||||
|
||||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsByDaysSinceLast'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsByDaysSinceLast|raw }}
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_visitsByVisitCount'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsByVisitNum|raw }}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsByDaysSinceLast'|translate }}</h2>
|
||||
{{ dataTableNumberOfVisitsByDaysSinceLast|raw }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue