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/Insights
parentbe138daca6b7a657aeea4e10d37bb89066641dd0 (diff)
refs #7090 #4789 Improve the look of data tables, entity tables, forms, ...
Diffstat (limited to 'plugins/Insights')
-rw-r--r--plugins/Insights/templates/table_header.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Insights/templates/table_header.twig b/plugins/Insights/templates/table_header.twig
index 7b30d06de9..00dc29736a 100644
--- a/plugins/Insights/templates/table_header.twig
+++ b/plugins/Insights/templates/table_header.twig
@@ -1,12 +1,12 @@
<tr>
- <th class="label">
+ <th class="label first">
{{ 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 %}"
+ <th class="label last orderBy {% if 'relative' == properties.order_by %}active{% endif %}"
name="orderBy" value="relative">
{{ 'MultiSites_Evolution'|translate }}
</th>