Browse Source
UI-3258: Use correct data prop to check against emergency service (#103)
4.3
Joris Tirado
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
submodules/devices/views/devices-ata.html
-
submodules/devices/views/devices-fax.html
-
submodules/devices/views/devices-mobile.html
-
submodules/devices/views/devices-sip_device.html
-
submodules/devices/views/devices-softphone.html
|
|
|
@ -133,7 +133,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{{#if showEmergencyCnam}} |
|
|
|
{{#if showEmergencyCallerId}} |
|
|
|
<div class="tabs-section clearfix" data-section="callerId"> |
|
|
|
<div class="title"> |
|
|
|
{{ i18n.devices.popupSettings.callerId.sectionTitle }} |
|
|
|
|
|
|
|
@ -153,7 +153,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{{#if showEmergencyCnam}} |
|
|
|
{{#if showEmergencyCallerId}} |
|
|
|
<div class="tabs-section clearfix" data-section="callerId"> |
|
|
|
<div class="title"> |
|
|
|
{{ i18n.devices.popupSettings.callerId.sectionTitle }} |
|
|
|
|
|
|
|
@ -169,7 +169,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{{#if showEmergencyCnam}} |
|
|
|
{{#if showEmergencyCallerId}} |
|
|
|
<div class="tabs-section clearfix" data-section="callerId"> |
|
|
|
<div class="title"> |
|
|
|
{{ i18n.devices.popupSettings.callerId.sectionTitle }} |
|
|
|
|
|
|
|
@ -212,7 +212,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{{#if showEmergencyCnam}} |
|
|
|
{{#if showEmergencyCallerId}} |
|
|
|
<div class="tabs-section clearfix" data-section="callerId"> |
|
|
|
<div class="title"> |
|
|
|
{{ i18n.devices.popupSettings.callerId.sectionTitle }} |
|
|
|
|
|
|
|
@ -159,7 +159,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{{#if showEmergencyCnam}} |
|
|
|
{{#if showEmergencyCallerId}} |
|
|
|
<div class="tabs-section clearfix" data-section="callerId"> |
|
|
|
<div class="title"> |
|
|
|
{{ i18n.devices.popupSettings.callerId.sectionTitle }} |
|
|
|
|