You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<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>
|