1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-31 11:24:23 +02:00
Sonarr/UI/Form/TextboxTemplate.html

13 lines
372 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" spellcheck="false"/>
2013-05-19 21:19:54 -07:00
{{#if helpText}}
<span class="help-inline">
2013-06-18 23:33:16 -07:00
<i class="icon-question-sign" title="{{helpText}}"/>
2013-05-19 21:19:54 -07:00
</span>
{{/if}}
2013-05-19 16:17:32 -07:00
</div>
</div>