mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Change option "Search for unaired episodes" to "Unaired episodes", reposition, and add description.
This commit is contained in:
parent
d4be13e68d
commit
64acd8162c
2 changed files with 11 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
* Fix Backlog scheduler initialization and change backlog frequency from minutes to days
|
||||
* Change to consolidate and tidy some provider code
|
||||
* Fix restore table row colours on the Manage/Episode Status Management page
|
||||
* Add option "Search for unaired episodes" to config/Search Settings
|
||||
* Add option "Unaired episodes" to config/Search Settings/Episode Search
|
||||
|
||||
|
||||
### 0.8.3 (2015-04-25 08:48:00 UTC)
|
||||
|
|
|
@ -100,15 +100,6 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<div class="field-pair">
|
||||
<label for="search_unaired">
|
||||
<span class="component-title">Search for unaired episodes</span>
|
||||
<span class="component-desc">
|
||||
<input type="checkbox" name="search_unaired" id="search_unaired" class="enabler"<%= html_checked if sickbeard.SEARCH_UNAIRED == True else '' %>>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="field-pair">
|
||||
<label>
|
||||
<span class="component-title">Usenet retention</span>
|
||||
|
@ -149,6 +140,16 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<div class="field-pair">
|
||||
<label for="search_unaired">
|
||||
<span class="component-title">Unaired episodes</span>
|
||||
<span class="component-desc">
|
||||
<input type="checkbox" name="search_unaired" id="search_unaired" class="enabler"<%= html_checked if sickbeard.SEARCH_UNAIRED == True else '' %>>
|
||||
<p>process episodes found before their expected airdate (disable if getting fakes)</p>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<input type="submit" class="btn config_submitter" value="Save Changes">
|
||||
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in a new issue