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,8 +1,10 @@
|
|||
{% extends 'admin.twig' %}
|
||||
|
||||
{% set title %}{{ 'DBStats_DatabaseUsage'|translate }}{% endset %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2 id="databaseUsageSummary">{{ 'DBStats_DatabaseUsage'|translate }}</h2>
|
||||
<h2 id="databaseUsageSummary">{{ title }}</h2>
|
||||
<p>
|
||||
{{ 'DBStats_MainDescription'|translate(totalSpaceUsed) }}<br/>
|
||||
{{ 'DBStats_LearnMore'|translate("<a href='?module=Proxy&action=redirect&url=http://piwik.org/docs/setup-auto-archiving/' target='_blank'>Piwik Auto Archiving</a>")|raw }}
|
||||
|
|
@ -42,7 +44,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<h2>{{ 'DBStats_TrackerTables'|translate }}</h2>
|
||||
<h2 class="secondary">{{ 'DBStats_TrackerTables'|translate }}</h2>
|
||||
{{ trackerDataSummary|raw }}
|
||||
</td>
|
||||
<td> </td>
|
||||
|
|
@ -54,14 +56,14 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<h2>{{ 'DBStats_ReportTables'|translate }}</h2>
|
||||
<h2 class="secondary">{{ 'DBStats_ReportTables'|translate }}</h2>
|
||||
{{ reportDataSummary|raw }}
|
||||
</td>
|
||||
<td>
|
||||
<h2>{{ 'General_Reports'|translate }}</h2>
|
||||
<h2 class="secondary">{{ 'General_Reports'|translate }}</h2>
|
||||
|
||||
<div class="ajaxLoad" action="getIndividualReportsSummary">
|
||||
<span class="loadingPiwik"><img src="plugins/Zeitgeist/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
|
||||
<span class="loadingPiwik"><img src="plugins/Morpheus/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -72,14 +74,14 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<h2>{{ 'DBStats_MetricTables'|translate }}</h2>
|
||||
<h2 class="secondary">{{ 'DBStats_MetricTables'|translate }}</h2>
|
||||
{{ metricDataSummary|raw }}
|
||||
</td>
|
||||
<td>
|
||||
<h2>{{ 'General_Metrics'|translate }}</h2>
|
||||
<h2 class="secondary">{{ 'General_Metrics'|translate }}</h2>
|
||||
|
||||
<div class="ajaxLoad" action="getIndividualMetricsSummary">
|
||||
<span class="loadingPiwik"><img src="plugins/Zeitgeist/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
|
||||
<span class="loadingPiwik"><img src="plugins/Morpheus/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -90,7 +92,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<h2>{{ 'DBStats_OtherTables'|translate }}</h2>
|
||||
<h2 class="secondary">{{ 'DBStats_OtherTables'|translate }}</h2>
|
||||
{{ adminDataSummary|raw }}
|
||||
</td>
|
||||
<td> </td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue