mirror of
https://github.com/Radarr/Radarr
synced 2025-12-28 19:24:53 +01:00
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
8 lines
271 B
HTML
8 lines
271 B
HTML
<div class="form-group">
|
|
<label class="col-sm-3 control-label">{{label}}</label>
|
|
|
|
<div class="col-sm-5">
|
|
<input type="text" name="fields.{{order}}.value" validation-name="{{name}}" class="form-control x-path"/>
|
|
</div>
|
|
{{> FormHelpPartial}}
|
|
</div>
|