Browse Source

UI-1577: fixed the labels of devices call restrictions

4.3
Maxime Roux 11 years ago
parent
commit
ca96da26a9
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      views/devices-ata.html
  2. +1
    -1
      views/devices-fax.html
  3. +1
    -1
      views/devices-mobile.html
  4. +1
    -1
      views/devices-sip_device.html
  5. +1
    -1
      views/devices-smartphone.html
  6. +1
    -1
      views/devices-softphone.html

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

@ -95,7 +95,7 @@
<div class="controls">
<div class="switch">
{{#monsterSwitch}}
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
{{/monsterSwitch}}
</div>
<i class="restriction-matcher-sign fa-lg fa fa-check monster-green"></i>


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

@ -106,7 +106,7 @@
<div class="controls">
<div class="switch">
{{#monsterSwitch}}
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
{{/monsterSwitch}}
</div>
<i class="restriction-matcher-sign fa-lg fa fa-check monster-green"></i>


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

@ -117,7 +117,7 @@
<div class="controls">
<div class="switch">
{{#monsterSwitch}}
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
{{/monsterSwitch}}
</div>
<i class="restriction-matcher-sign fa-lg fa fa-check monster-green"></i>


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

@ -154,7 +154,7 @@
<div class="controls">
<div class="switch">
{{#monsterSwitch}}
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
{{/monsterSwitch}}
</div>
<i class="restriction-matcher-sign fa-lg fa fa-check monster-green"></i>


+ 1
- 1
views/devices-smartphone.html View File

@ -147,7 +147,7 @@
<div class="controls">
<div class="switch">
{{#monsterSwitch}}
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
{{/monsterSwitch}}
</div>
<i class="restriction-matcher-sign fa-lg fa fa-check monster-green"></i>


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

@ -111,7 +111,7 @@
<div class="controls">
<div class="switch">
{{#monsterSwitch}}
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
<input class="restrictions-switch" type="checkbox" name="call_restriction.{{@key}}.action" data-on="{{../../i18n.devices.popupSettings.restrictions.allow}}" data-off="{{../../i18n.devices.popupSettings.restrictions.deny}}" {{#compare this.action '===' 'inherit'}}{{#unless this.disabled}} checked{{/unless}}{{/compare}}{{#if this.disabled}} disabled{{/if}}></input>
{{/monsterSwitch}}
</div>
<i class="restriction-matcher-sign fa-lg fa fa-check monster-green"></i>


Loading…
Cancel
Save