|
|
<div id="action_confirmation">
|
|
|
<h4>{{i18n.strategy.popupRemoveFeatures.questionPartOne}} <span class="monster-primary-color">{{formatPhoneNumber phoneNumber}}</span> {{i18n.strategy.popupRemoveFeatures.questionPartTwo}}</h4>
|
|
|
<div class="table-wrapper">
|
|
|
<table class="table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>{{i18n.strategy.popupRemoveFeatures.featuresToRemove}}</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{{#each featureList}}
|
|
|
<tr>
|
|
|
<td data-name="{{name}}">
|
|
|
<label class="checkbox" for="{{name}}">
|
|
|
{{#monsterCheckbox friendlyName}}
|
|
|
<input type="checkbox" id="{{name}}">
|
|
|
{{/monsterCheckbox}}
|
|
|
</label>
|
|
|
</td>
|
|
|
</tr>
|
|
|
{{/each}}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="actions pull-right">
|
|
|
<a class="cancel-link monster-link blue" href="javascript:void(0);">{{i18n.cancel}}</a>
|
|
|
<button class="monster-button monster-button-danger" id="remove_features">{{i18n.remove}}</button>
|
|
|
</div>
|
|
|
</div>
|