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/Insights/templates/insightControls.twig')
-rw-r--r--plugins/Insights/templates/insightControls.twig14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/Insights/templates/insightControls.twig b/plugins/Insights/templates/insightControls.twig
index 3efd62acb2..e5fe930c20 100644
--- a/plugins/Insights/templates/insightControls.twig
+++ b/plugins/Insights/templates/insightControls.twig
@@ -1,19 +1,5 @@
<div class="controls">
- {{ 'Insights_ControlGrowthDescription'|translate }}
-
- <select size="1" name="minGrowthPercent">
- {% for i in range(0, 1, 1) %}
- <option {% if i == properties.min_growth_percent %}selected{% endif %} value="{{ i }}">{{ i }}%</option>
- {% endfor %}
- {% for i in range(5, 100, 5) %}
- <option {% if i == properties.min_growth_percent %}selected{% endif %} value="{{ i }}">{{ i }}%</option>
- {% endfor %}
- {% for i in range(200, 1000, 100) %}
- <option {% if i == properties.min_growth_percent %}selected{% endif %} value="{{ i }}">{{ i }}%</option>
- {% endfor %}
- </select>
-
{% if period != 'range' %}
{{ 'Insights_ControlComparedToDescription'|translate }}