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 13:28:09 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-23 13:28:09 +0400
commit4c7d446ac86dfd688cf95bd4e9e94e5621557eee (patch)
tree1bc05f89c36b2890e116ddf5bdbfa16905072581 /plugins/Annotations/templates
parent55245288dfd655b6b5a449d328d5a4b145d0844f (diff)
refs #5972 preselect today when clicking on annotations (when not clicked on a specific date)
Diffstat (limited to 'plugins/Annotations/templates')
-rwxr-xr-xplugins/Annotations/templates/_annotationList.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Annotations/templates/_annotationList.twig b/plugins/Annotations/templates/_annotationList.twig
index c9868fa0dd..6628400519 100755
--- a/plugins/Annotations/templates/_annotationList.twig
+++ b/plugins/Annotations/templates/_annotationList.twig
@@ -8,11 +8,11 @@
{% for annotation in annotations %}
{% include "@Annotations/_annotation.twig" %}
{% endfor %}
- <tr class="new-annotation-row" style="display:none;" data-date="{{ endDate }}">
+ <tr class="new-annotation-row" style="display:none;" data-date="{{ selectedDate }}">
<td class="annotation-meta">
<div class="annotation-star">&nbsp;</div>
<div class="annotation-period-edit">
- <a href="#">{{ endDate }}</a>
+ <a href="#">{{ selectedDate }}</a>
<div class="datepicker" style="display:none;"/>
</div>