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-02-04 11:13:35 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-04 11:13:35 +0400
commitd961091951e30729c916c83d79ddfe7f84b902e0 (patch)
treecbe87c9dac8e2150049ac26a16193d12a2a33865 /plugins/SegmentEditor/templates
parentd69d1da0cfaf358ad7ba2aa2c164322deade6e30 (diff)
Changing new dialog in segment editor to use class instead of ID.
Diffstat (limited to 'plugins/SegmentEditor/templates')
-rw-r--r--plugins/SegmentEditor/templates/_segmentSelector.twig13
1 files changed, 6 insertions, 7 deletions
diff --git a/plugins/SegmentEditor/templates/_segmentSelector.twig b/plugins/SegmentEditor/templates/_segmentSelector.twig
index 4272de971f..ab781e929d 100644
--- a/plugins/SegmentEditor/templates/_segmentSelector.twig
+++ b/plugins/SegmentEditor/templates/_segmentSelector.twig
@@ -141,13 +141,12 @@
<input role="yes" type="button" value="{{ 'General_Yes'|translate }}"/>
<input role="no" type="button" value="{{ 'General_No'|translate }}"/>
</div>
-</div>
-
-<div class="ui-confirm" id="pleaseChangeBrowserAchivingDisabledSetting">
- <h2>{{ 'SegmentEditor_SegmentNotApplied'|translate(nameOfCurrentSegment)|raw }}</h2>
- {% 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 class="ui-confirm pleaseChangeBrowserAchivingDisabledSetting">
+ <h2>{{ 'SegmentEditor_SegmentNotApplied'|translate(nameOfCurrentSegment)|raw }}</h2>
+ {% 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>
<script type="text/javascript">