|
|
|
@ -11,24 +11,26 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<div class="form-group" style="display: inline-block; float: left; margin-bottom: 0;">
|
|
|
|
|
<label class="col-sm-3 control-label">Show Existing</label>
|
|
|
|
|
<div class="form-horizontal" style="margin-top: 15px;">
|
|
|
|
|
<div class="form-group" style="margin-bottom: 0px;">
|
|
|
|
|
<label class="col-sm-3 control-label">Display Existing Movies</label>
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-9">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<label class="checkbox toggle well">
|
|
|
|
|
<input class="x-show-existing" type="checkbox" checked="checked" name="showExisting"/>
|
|
|
|
|
<p>
|
|
|
|
|
<span>Yes</span>
|
|
|
|
|
<span>No</span>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<label class="checkbox toggle well">
|
|
|
|
|
<input class="x-show-existing" type="checkbox" checked="checked" name="showExisting"/>
|
|
|
|
|
<p>
|
|
|
|
|
<span>Yes</span>
|
|
|
|
|
<span>No</span>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div class="btn btn-primary slide-button"/>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="btn btn-primary slide-button"/>
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-sonarr-form-info" title="Should Radarr display movies already in your collection?"/>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-sonarr-form-info" title="Should Radarr display movies already in your collection?"/>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|