Private GIT

Skip to content
Snippets Groups Projects
Commit a2c2de23 authored by Vince Valenti's avatar Vince Valenti
Browse files

Fix "Initial page" option

Make Initial page option more accurately reflect the pages as listed in
the header:

- Rename "Home" to "Shows"
- Move IRC to be after News instead of at the end.
parent 45d9009b
No related branches found
No related tags found
No related merge requests found
......@@ -76,10 +76,10 @@
<span class="component-desc">
<select id="default_page" name="default_page" class="form-control input-sm">
<option value="news" ${('', 'selected="selected"')[sickbeard.DEFAULT_PAGE == 'news']}>News</option>
<option value="home" ${('', 'selected="selected"')[sickbeard.DEFAULT_PAGE == 'home']}>Home</option>
<option value="IRC" ${('', 'selected="selected"')[sickbeard.DEFAULT_PAGE == 'IRC']}>IRC</option>
<option value="home" ${('', 'selected="selected"')[sickbeard.DEFAULT_PAGE == 'home']}>Shows</option>
<option value="comingEpisodes" ${('', 'selected="selected"')[sickbeard.DEFAULT_PAGE == 'comingEpisodes']}>Coming Episodes</option>
<option value="history" ${('', 'selected="selected"')[sickbeard.DEFAULT_PAGE == 'history']}>History</option>
<option value="IRC" ${('', 'selected="selected"')[sickbeard.DEFAULT_PAGE == 'IRC']}>IRC</option>
</select>
<span>when launching SickRage interface</span>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment