1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-25 17:17:02 +00:00
Lidarr/UI/Settings/Misc/MiscTemplate.html

15 lines
544 B
HTML
Raw Normal View History

2013-03-18 15:25:36 +00:00
<fieldset>
2013-06-28 08:20:15 +00:00
<legend>Misc</legend>
2013-03-18 15:25:36 +00:00
<div class="control-group">
<label class="control-label">Nzb Restrictions</label>
2013-03-18 15:25:36 +00:00
<div class="controls">
<textarea rows="3" name="nzbRestrictions" class="nzb-restrictions"></textarea>
<span class="help-inline">
2013-06-28 08:20:15 +00:00
<i class="icon-question-sign" title="Blacklist NZBs based on these words (case-insensitive)"/>
2013-03-18 15:25:36 +00:00
</span>
2013-06-28 08:20:15 +00:00
<span class="text-area-help">Newline-delimited set of rules</span>
2013-03-18 15:25:36 +00:00
</div>
</div>
2013-06-19 06:33:16 +00:00
</fieldset>