zischenstand

This commit is contained in:
centron\schwoerer
2025-11-14 14:52:43 +01:00
parent 30aa03c6db
commit f054a31b20
8733 changed files with 900639 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="oif-checkbox-container {{#if disabled}} oif-disabled {{/if}}">
<input name="{{name}}" type="checkbox" {{#if disabled}} disabled {{else}} {{#if value}} checked {{/if}} {{/if}}>
<div class="oif-option-text-container">
{{> "oif.config.name"}}
<p class="oif-option-hint"> {{localize hint}} </p>
</div>
</div>