mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-27 18:28:19 +00:00
b21e49f5fa
Download client moved to a layout Settings are only shown after all settings are loaded
13 lines
459 B
HTML
13 lines
459 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-question-sign" title="Folder to save NZBs for Pneumatic<br/>must be accessible from XBMC"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|