|
|
@ -4,10 +4,10 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="list-choices"> |
|
|
<div class="list-choices"> |
|
|
{{#each numbers}} |
|
|
|
|
|
<div class="presence-id-option" data-number="{{this}}">{{ formatPhoneNumber this }}</div> |
|
|
|
|
|
|
|
|
{{#each numbers}} |
|
|
|
|
|
<div class="presence-id-option{{#if @first}} active{{/if}}" data-number="{{this}}">{{ formatPhoneNumber this }}</div> |
|
|
{{/each}} |
|
|
{{/each}} |
|
|
<div class="presence-id-option" data-number="none"> |
|
|
|
|
|
|
|
|
<div class="presence-id-option{{#unless numbers.length}} active{{/unless}}" data-number="none"> |
|
|
{{ i18n.users.presenceIDPopup.none}} |
|
|
{{ i18n.users.presenceIDPopup.none}} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
@ -18,4 +18,4 @@ |
|
|
<button type="button" class="monster-button monster-button-success save-presence-id">{{ i18n.saveChanges }}</button> |
|
|
<button type="button" class="monster-button monster-button-success save-presence-id">{{ i18n.saveChanges }}</button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |