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:
authormattab <matthieu.aubry@gmail.com>2014-04-14 09:15:19 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-14 09:15:19 +0400
commit3c8c22e8958a95de01469358b5c7429a111f3f14 (patch)
tree14ef8491ff4af9ac1b897c10aa84f7788847c3be /plugins/Insights/templates/insightControls.twig
parent2d0230148ef1ac6b12b4d8b724561ddb94d87cde (diff)
parenta02ba002bd2cc7f5cde1a0293335a95d866dc77f (diff)
Merge branch 'master' of github.com:piwik/piwik2.2.0-rc1
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 }}