Skip to content

Commit

Permalink
Added white manualsearch icon. Named it manualsearch-white.png, and m…
Browse files Browse the repository at this point in the history
…ade sure -white is added in the dark themed template.
  • Loading branch information
p0psicles authored and labrys committed Jun 4, 2016
1 parent 5a3dc03 commit 1c75126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added gui/slick/images/manualsearch-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gui/slick/views/displayShow.mako
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
<h3 style="display: inline;"><a name="season-${epResult["season"]}"></a>${("Specials", "Season " + str(epResult["season"]))[int(epResult["season"]) > 0]}
<!-- @TODO: port the season scene exceptions to angular -->
% if not any([i for i in sql_results if epResult['season'] == i['season'] and int(i['status']) == 1]):
<a class="epManualSearch" href="snatchSelection?show=${show.indexerid}&amp;season=${epResult["season"]}&amp;episode=1&amp;manual_search_type=season"><img data-ep-manual-search src="${srRoot}/images/manualsearch.png" width="16" height="16" alt="search" title="Manual Search" /></a>
<a class="epManualSearch" href="snatchSelection?show=${show.indexerid}&amp;season=${epResult["season"]}&amp;episode=1&amp;manual_search_type=season"><img data-ep-manual-search src="${srRoot}/images/manualsearch${('', '-white')[sickbeard.THEME_NAME == 'dark']}.png" width="16" height="16" alt="search" title="Manual Search" /></a>
% endif
</h3>
<div class="season-scene-exception" data-season=${("Specials", str(epResult["season"]))[int(epResult["season"]) > 0]}></div>
Expand Down

0 comments on commit 1c75126

Please sign in to comment.