Private GIT

Skip to content
Snippets Groups Projects
Commit 3245ad99 authored by Fernando's avatar Fernando
Browse files

Show 'propers serarch disabled' in manage searches if disabled

parent 7bf219b9
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,9 @@ ${('Not in progress', 'In Progress')[dailySearchStatus]}<br />
<h3>Find Propers Search:</h3>
<a class="btn ${('disabled', '')[bool(sickbeard.DOWNLOAD_PROPERS)]}" href="${sbRoot}/manage/manageSearches/forceFindPropers"><i class="icon-exclamation-sign"></i> Force</a>
% if not findPropersStatus:
% if not sickbeard.DOWNLOAD_PROPERS:
Propers search disabled <br />
% elif not findPropersStatus:
Not in progress<br />
% else:
In Progress<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment