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
|
|
@ -7,12 +7,12 @@
|
|||
<div class="metrics-container">
|
||||
<h2>{{ availableMetricsText|raw }}</h2>
|
||||
|
||||
<div class="rowevolution-documentation">
|
||||
<div class="alert alert-info">
|
||||
{{ 'RowEvolution_Documentation'|translate }}
|
||||
</div>
|
||||
<table class="metrics" border="0" cellpadding="0" cellspacing="0" data-thing="{{ seriesColorCount }}">
|
||||
{% for i, metric in metrics %}
|
||||
<tr data-i="{{ i }}">
|
||||
<tr data-i="{{ i }}" {% if metric.hide|default %}style="display:none"{% endif %}>
|
||||
<td class="sparkline">
|
||||
{{ metric.sparkline|raw }}
|
||||
</td>
|
||||
|
|
@ -31,9 +31,9 @@
|
|||
<div class="compare-container">
|
||||
<h2>{{ 'RowEvolution_CompareRows'|translate }}</h2>
|
||||
|
||||
<div class="rowevolution-documentation">
|
||||
<div class="alert alert-info">
|
||||
{{ 'RowEvolution_CompareDocumentation'|translate|raw }}
|
||||
</div>
|
||||
<a href="#" class="rowevolution-startmulti">» {{ 'RowEvolution_PickARow'|translate }}</a>
|
||||
<a href="#" class="rowevolution-startmulti">» {{ 'RowEvolution_PickARow'|translate }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue