mirror of https://github.com/Sonarr/Sonarr
13 lines
372 B
HTML
13 lines
372 B
HTML
<div class="control-group">
|
|
<label class="control-label">{{label}}</label>
|
|
|
|
<div class="controls">
|
|
<input type="text" name="fields.{{order}}.value" spellcheck="false"/>
|
|
{{#if helpText}}
|
|
<span class="help-inline">
|
|
<i class="icon-question-sign" title="{{helpText}}"/>
|
|
</span>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|