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.
Sonarr/UI/Settings/Misc/MiscTemplate.html

15 lines
544 B

12 years ago
<fieldset>
<legend>Misc</legend>
12 years ago
<div class="control-group">
<label class="control-label">Nzb Restrictions</label>
12 years ago
<div class="controls">
<textarea rows="3" name="nzbRestrictions" class="nzb-restrictions"></textarea>
<span class="help-inline">
<i class="icon-question-sign" title="Blacklist NZBs based on these words (case-insensitive)"/>
12 years ago
</span>
<span class="text-area-help">Newline-delimited set of rules</span>
12 years ago
</div>
</div>
</fieldset>