Browse Source

UI-3258: Use correct data prop to check against emergency service (#103)

4.3
Joris Tirado 7 years ago
parent
commit
0f41fb3eba
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      submodules/devices/views/devices-ata.html
  2. +1
    -1
      submodules/devices/views/devices-fax.html
  3. +1
    -1
      submodules/devices/views/devices-mobile.html
  4. +1
    -1
      submodules/devices/views/devices-sip_device.html
  5. +1
    -1
      submodules/devices/views/devices-softphone.html

+ 1
- 1
submodules/devices/views/devices-ata.html View File

@ -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 }}


+ 1
- 1
submodules/devices/views/devices-fax.html View File

@ -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 }}


+ 1
- 1
submodules/devices/views/devices-mobile.html View File

@ -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 }}


+ 1
- 1
submodules/devices/views/devices-sip_device.html View File

@ -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 }}


+ 1
- 1
submodules/devices/views/devices-softphone.html View File

@ -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 }}


Loading…
Cancel
Save