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@googlemail.com>2014-09-23 17:29:41 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-23 17:29:41 +0400
commitd7315b116a83dca10e98331ffdeda38af5d7eb7b (patch)
treea3c810b142a8e438135287fcf431129b7a4993d0 /plugins/Insights/templates
parent9548d5718304dbf1d6790f16654bae81609cfa35 (diff)
fixes #6124 thx a lot for the detailed bug report and solution. Fixed all was not selectable when selecting something else
Diffstat (limited to 'plugins/Insights/templates')
-rw-r--r--plugins/Insights/templates/insightControls.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Insights/templates/insightControls.twig b/plugins/Insights/templates/insightControls.twig
index e5fe930c20..c0dfa3d70c 100644
--- a/plugins/Insights/templates/insightControls.twig
+++ b/plugins/Insights/templates/insightControls.twig
@@ -37,7 +37,7 @@
{{ 'Insights_Filter'|translate }}
<select size="1" name="filterBy" title="{{ 'Insights_ControlFilterByDescription'|translate|e('html_attr') }}">
- <option {% if not properties.filter_by %}selected{% endif %} value="">
+ <option {% if not properties.filter_by %}selected{% endif %} value="all">
{{ 'General_All'|translate }}
</option>
<option {% if properties.filter_by == 'movers' %}selected{% endif %} value="movers">