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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-27 10:10:11 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-27 10:10:11 +0400
commitccccd16ceb67f51b09f1c72cdcfdb8e014ad30d0 (patch)
treef4f2faa675a7d18e22c2462211abe66a38ae5038 /plugins/SegmentEditor/templates
parent8dfafd8a2d3ee7e69d78c4fa727de351fcb4a462 (diff)
Fix multiple segment selector issue: deleting segments shows three dialogs w/ 8 buttons. Should only show one dialog w/ yes + no.
Diffstat (limited to 'plugins/SegmentEditor/templates')
-rw-r--r--plugins/SegmentEditor/templates/_segmentSelector.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/templates/_segmentSelector.twig b/plugins/SegmentEditor/templates/_segmentSelector.twig
index fd73dafa50..c1458d0292 100644
--- a/plugins/SegmentEditor/templates/_segmentSelector.twig
+++ b/plugins/SegmentEditor/templates/_segmentSelector.twig
@@ -139,7 +139,7 @@
</div>
</div>
</div>
-<div class="segmentListContainer"></div>
+<div class="segmentListContainer">
<div class="ui-confirm segment-delete-confirm">
<h2>{{ 'SegmentEditor_AreYouSureDeleteSegment'|translate }}</h2>
<input role="yes" type="button" value="{{ 'General_Yes'|translate }}"/>
@@ -150,4 +150,5 @@
{% set segmentSetting %}{{ 'SegmentEditor_AutoArchivePreProcessed'|translate }}{% endset %}
<p class="description">{{ 'SegmentEditor_SegmentNotAppliedExplanation'|translate(nameOfCurrentSegment, 'browser_archiving_disabled_enforce', segmentSetting)|raw }}</p>
<input role="yes" type="button" value="{{ 'General_Ok'|translate }}"/>
+</div>
</div> \ No newline at end of file