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