add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
13
www/analytics/plugins/Insights/templates/table_header.twig
Normal file
13
www/analytics/plugins/Insights/templates/table_header.twig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<tr>
|
||||
<th class="label">
|
||||
{{ metadata.reportName }}
|
||||
</th>
|
||||
<th class="label orderBy {% if 'absolute' == properties.order_by %}active{% endif %}"
|
||||
name="orderBy" value="absolute">
|
||||
{{ metadata.metricName }}
|
||||
</th>
|
||||
<th class="label orderBy {% if 'relative' == properties.order_by %}active{% endif %}"
|
||||
name="orderBy" value="relative">
|
||||
{{ 'MultiSites_Evolution'|translate }}
|
||||
</th>
|
||||
</tr>
|
||||
Loading…
Add table
Add a link
Reference in a new issue