mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
26 lines
699 B
HTML
26 lines
699 B
HTML
<fieldset>
|
|
<legend>{{name}}</legend>
|
|
|
|
<div class="control-group">
|
|
<label class="control-label">Enable</label>
|
|
|
|
<div class="controls">
|
|
<label class="checkbox toggle well">
|
|
<input type="checkbox" name="enable"/>
|
|
<p>
|
|
<span>Yes</span>
|
|
<span>No</span>
|
|
</p>
|
|
|
|
<div class="btn btn-primary slide-button"></div>
|
|
</label>
|
|
|
|
<span class="help-inline-checkbox">
|
|
<i class="icon-question-sign" title="Do you want to use {{name}} to download NZBs?"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
{{formBuilder}}
|
|
</fieldset>
|