Allow access to 'Show in popup' checkbox while the service is disabled
This commit is contained in:
parent
fac2a6126d
commit
33435342e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user