Allow access to 'Show in popup' checkbox while the service is disabled

This commit is contained in:
sittaneumayer 2023-05-04 19:55:09 +03:00
parent fac2a6126d
commit 33435342e9
1 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ each val, service in services
h4(data-localise="__MSG_enable__") Enable
input(id=`${service}-enabled` type="checkbox")
div(id=service+"-opacity")
div(class="some-block option-block")
h4(data-localise="__MSG_showInPopup__") Show in popup
input(id=service type="checkbox")
div(class="some-block option-block")
h4(data-localise="__MSG_showInPopup__") Show in popup
input(id=service type="checkbox")
div(id=service+"-opacity")
div(class="some-block option-block")
h4