Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-06-15 07:40:09 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-06-19 05:38:23 +0300
commit6bc22107fbd09ad6c85be41d6a30df5c4ec544ef (patch)
treecd02f05a51f92567eabcd233d9b55e30ad56c186 /plugins/DBStats/templates
parentbe138daca6b7a657aeea4e10d37bb89066641dd0 (diff)
refs #7090 #4789 Improve the look of data tables, entity tables, forms, ...
Diffstat (limited to 'plugins/DBStats/templates')
-rwxr-xr-xplugins/DBStats/templates/index.twig12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/DBStats/templates/index.twig b/plugins/DBStats/templates/index.twig
index 32a8e78d08..89e4195188 100755
--- a/plugins/DBStats/templates/index.twig
+++ b/plugins/DBStats/templates/index.twig
@@ -42,7 +42,7 @@
<tbody>
<tr>
<td>
- <h2>{{ 'DBStats_TrackerTables'|translate }}</h2>
+ <h2 class="secondary">{{ 'DBStats_TrackerTables'|translate }}</h2>
{{ trackerDataSummary|raw }}
</td>
<td>&nbsp;</td>
@@ -54,11 +54,11 @@
<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/Morpheus/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
@@ -72,11 +72,11 @@
<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/Morpheus/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
@@ -90,7 +90,7 @@
<tbody>
<tr>
<td>
- <h2>{{ 'DBStats_OtherTables'|translate }}</h2>
+ <h2 class="secondary">{{ 'DBStats_OtherTables'|translate }}</h2>
{{ adminDataSummary|raw }}
</td>
<td>&nbsp;</td>