Lidarr/src/UI/Form/PathTemplate.html

13 lines
391 B
HTML
Raw Normal View History

2014-04-01 20:10:36 +00:00
<div class="form-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>