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>2013-12-16 01:08:46 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-16 01:08:46 +0400
commitd1ac7e69a8450896a78f47aadefbd31c73ca08c2 (patch)
tree5f504e6236ed5cc2f2cb36178eefa178dd2ffaab /plugins
parent2f79094acf99fc4dc1efc4fb7dadcfbc9ed00681 (diff)
fix table showing available plugin/theme updates is not styled
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CorePluginsAdmin/templates/macros.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CorePluginsAdmin/templates/macros.twig b/plugins/CorePluginsAdmin/templates/macros.twig
index 4f24e7a94c..07d64473a1 100644
--- a/plugins/CorePluginsAdmin/templates/macros.twig
+++ b/plugins/CorePluginsAdmin/templates/macros.twig
@@ -1,7 +1,7 @@
{% macro tablePluginUpdates(pluginsHavingUpdate, nonce, isTheme) %}
<div class='entityContainer'>
- <table class="entityTable">
+ <table class="dataTable entityTable">
<thead>
<tr>
<th>{% if isTheme %}{{ 'CorePluginsAdmin_Theme'|translate }}{% else %}{{ 'General_Plugin'|translate }}{% endif %}</th>