Initial commit
This commit is contained in:
2
client/res/templates/fields/bool/detail.tpl
Normal file
2
client/res/templates/fields/bool/detail.tpl
Normal file
@@ -0,0 +1,2 @@
|
||||
{{#if valueIsSet}}<input class="form-checkbox" type="checkbox"{{#if value}} checked{{/if}} disabled>{{else}}
|
||||
<span class="loading-value"></span>{{/if}}
|
||||
Reference in New Issue
Block a user