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