1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 18:38:14 +00:00
Lidarr/UI/Form/TextboxTemplate.html

12 lines
355 B
HTML
Raw Normal View History

2013-05-19 16:17:32 -07:00
<div class="control-group">
<label class="control-label">{{label}}</label>
<div class="controls">
<input type="text" name="fields.{{order}}.value"/>
2013-05-19 21:19:54 -07:00
{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"></i>
</span>
{{/if}}
2013-05-19 16:17:32 -07:00
</div>
</div>