mirror of https://github.com/lidarr/Lidarr
10 lines
302 B
HTML
10 lines
302 B
HTML
|
<div class="control-group">
|
||
|
<label class="control-label">{{label}}</label>
|
||
|
|
||
|
<div class="controls">
|
||
|
<input type="text" name="fields.{{order}}.value"/>
|
||
|
<span class="help-inline">
|
||
|
<i class="icon-question-sign" title="{{helpText}}"></i>
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|