mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
16 lines
No EOL
479 B
HTML
16 lines
No EOL
479 B
HTML
<div class="control-group">
|
|
<label class="control-label">{{label}}</label>
|
|
|
|
<div class="controls">
|
|
<select name="fields.{{order}}.value">
|
|
{{#each selectOptions}}
|
|
<option value="{{value}}">{{name}}</option>
|
|
{{/each}}
|
|
</select>
|
|
{{#if helpText}}
|
|
<span class="help-inline">
|
|
<i class="icon-question-sign" title="{{helpText}}"></i>
|
|
</span>
|
|
{{/if}}
|
|
</div>
|
|
</div> |