mirror of
https://github.com/Radarr/Radarr
synced 2026-01-07 08:08:17 +01:00
12 lines
394 B
HTML
12 lines
394 B
HTML
<div class="control-group">
|
|
<label class="control-label">{{label}}</label>
|
|
|
|
<div class="controls">
|
|
<input type="text" name="fields.{{order}}.value" validation-name="{{name}}" class="x-path"/>
|
|
{{#if helpText}}
|
|
<span class="help-inline">
|
|
<i class="icon-nd-form-info" title="{{helpText}}"/>
|
|
</span>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|