mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
14 lines
455 B
HTML
14 lines
455 B
HTML
<fieldset>
|
|
<legend>Pneumatic</legend>
|
|
<div class="control-group">
|
|
<label class="control-label">Nzb Folder</label>
|
|
|
|
<div class="controls">
|
|
<input type="text" name="pneumaticFolder" class="x-path"/>
|
|
<span class="help-inline">
|
|
<i class="icon-form-info" title="Folder to save NZBs for Pneumatic<br/>must be accessible from XBMC"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|