1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-04 02:28:21 +00:00
Sonarr/UI/Form/TextboxTemplate.html

9 lines
260 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">
2013-08-21 17:36:35 -07:00
<input type="text" name="fields.{{order}}.value" validation-name="{{name}}" spellcheck="false"/>
{{> FormHelpPartial}}
2013-05-19 16:17:32 -07:00
</div>
</div>