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,9 @@
<div class="oif-string-container {{#if disabled}} oif-disabled {{/if}}">
<div class="oif-option-text-container">
{{> "oif.config.name"}}
<div class="oif-option-text-container">
<input name="{{name}}" style="width: 530px; margin-right: 15px;" type="text" value="{{value}}" id="{{referenceID}}" {{#if disabled}} disabled {{/if}}>
</div>
<p class="oif-config-hint"> {{localize hint}} </p>
</div>
</div>