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/DevicesDetection/templates/detection.twig')
-rw-r--r--plugins/DevicesDetection/templates/detection.twig12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/DevicesDetection/templates/detection.twig b/plugins/DevicesDetection/templates/detection.twig
index f5d5387b6f..4c3cee83fa 100644
--- a/plugins/DevicesDetection/templates/detection.twig
+++ b/plugins/DevicesDetection/templates/detection.twig
@@ -55,7 +55,7 @@
<tbody>
<tr>
<td>{{ 'General_Name'|translate }} <small>(<a href="javascript:showList('os');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
- <td><img src="{{ os_logo }}" />{{ os_name }}</td>
+ <td><img height="16px" width="16px" src="{{ os_logo }}" />{{ os_name }}</td>
</tr>
<tr>
<td>{{ 'CorePluginsAdmin_Version'|translate }}</td>
@@ -63,7 +63,7 @@
</tr>
<tr>
<td>{{ 'DevicesDetection_OperatingSystemFamily'|translate }} <small>(<a href="javascript:showList('osfamilies');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
- <td><img src="{{ os_family_logo }}" />{{ os_family }}</td>
+ <td><img height="16px" width="16px" src="{{ os_family_logo }}" />{{ os_family }}</td>
</tr>
</tbody>
</table>
@@ -73,7 +73,7 @@
<tbody>
<tr>
<td>{{ 'General_Name'|translate }} <small>(<a href="javascript:showList('browsers');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
- <td><img src="{{ browser_logo }}" />{{ browser_name }}</td>
+ <td><img height="16px" width="16px" src="{{ browser_logo }}" />{{ browser_name }}</td>
</tr>
<tr>
<td>{{ 'CorePluginsAdmin_Version'|translate }}</td>
@@ -81,7 +81,7 @@
</tr>
<tr>
<td>{{ 'DevicesDetection_BrowserFamily'|translate }} <small>(<a href="javascript:showList('browserfamilies');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
- <td><img src="{{ browser_family_logo }}" />{{ browser_family }}</td>
+ <td><img height="16px" width="16px" src="{{ browser_family_logo }}" />{{ browser_family }}</td>
</tr>
</tbody>
</table>
@@ -91,11 +91,11 @@
<tbody>
<tr>
<td>{{ 'DevicesDetection_dataTableLabelTypes'|translate }} <small>(<a href="javascript:showList('devicetypes');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
- <td><img src="{{ device_type_logo }}" />{{ device_type }}</td>
+ <td><img height="16px" width="16px" src="{{ device_type_logo }}" />{{ device_type }}</td>
</tr>
<tr>
<td>{{ 'DevicesDetection_dataTableLabelBrands'|translate }} <small>(<a href="javascript:showList('brands');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
- <td><img src="{{ device_brand_logo }}" />{{ device_brand }}</td>
+ <td><img height="16px" width="16px" src="{{ device_brand_logo }}" />{{ device_brand }}</td>
</tr>
<tr>
<td>{{ 'DevicesDetection_dataTableLabelModels'|translate }}</td>