You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
1.0 KiB

<div class="monster-feature-popup-container" data-feature="find_me_follow_me">
<div class="feature-popup-title">
<div class="feature-fa-wrapper">
<i class="{{currentUser.extra.mapFeatures.find_me_follow_me.icon}}"></i>
</div>
{{ i18n.users.find_me_follow_me.headline }}
<div class="switch">
{{#monsterSwitch}}
<input class="switch-state" type="checkbox" id="checkbox_find_me_follow_me" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if currentUser.extra.mapFeatures.find_me_follow_me.active}} checked="checked"{{/if}}></input>
{{/monsterSwitch}}
</div>
</div>
<div class="content{{#unless currentUser.extra.mapFeatures.find_me_follow_me.active}} disabled{{/unless}}">
<form id="find_me_follow_me_form">
</form>
</div>
<div class="actions clearfix">
<div class="pull-right">
<a class="cancel-link monster-link blue" href="javascript:void(0);">{{ i18n.cancel }}</a>
<button type="button" class="monster-button monster-button-success save">{{ i18n.saveChanges }}</button>
</div>
</div>
</div>