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:
Diffstat (limited to 'plugins/CorePluginsAdmin/templates')
-rw-r--r--plugins/CorePluginsAdmin/templates/macros.twig12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/CorePluginsAdmin/templates/macros.twig b/plugins/CorePluginsAdmin/templates/macros.twig
index eb126d5c2a..a0f5b823f0 100644
--- a/plugins/CorePluginsAdmin/templates/macros.twig
+++ b/plugins/CorePluginsAdmin/templates/macros.twig
@@ -10,8 +10,10 @@
<tr>
<th>
<span class="checkbox-container">
- <input type="checkbox" id="select-plugin-all"/>
- <label for="select-plugin-all"></label>
+ <label>
+ <input type="checkbox" id="select-plugin-all"/>
+ <span></span>
+ </label>
</span>
</th>
<th>{{ 'General_Plugin'|translate }}</th>
@@ -26,8 +28,10 @@
<tr {% if plugin.isActivated|default(false) %}class="active-plugin"{% else %}class="inactive-plugin"{% endif %}>
<td class="select-cell">
<span class="checkbox-container">
- <input type="checkbox" id="select-plugin-{{ plugin.name|e('html_attr') }}" {% if plugin.isDownloadable is defined and not plugin.isDownloadable %}disabled="disabled"{% endif %} />
- <label for="select-plugin-{{ plugin.name|e('html_attr') }}"></label>
+ <label>
+ <input type="checkbox" id="select-plugin-{{ plugin.name|e('html_attr') }}" {% if plugin.isDownloadable is defined and not plugin.isDownloadable %}disabled="disabled"{% endif %} />
+ <span></span>
+ </label>
</span>
</td>
<td class="name">