From c5ae38638a23f547beaf7f8435245b60d570c3fb Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 23 Sep 2013 13:06:15 -0700 Subject: [PATCH] Show yellow dot and season not monitored when no episode files and season isn't monitored --- UI/Content/theme.less | 4 ++++ UI/Series/Details/SeasonLayoutTemplate.html | 16 ++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/UI/Content/theme.less b/UI/Content/theme.less index debaf887c..2eb6e6481 100644 --- a/UI/Content/theme.less +++ b/UI/Content/theme.less @@ -162,6 +162,10 @@ footer { color : @successText; } +.status-warning { + color : @warningText; +} + .status-danger { color : @errorText; } diff --git a/UI/Series/Details/SeasonLayoutTemplate.html b/UI/Series/Details/SeasonLayoutTemplate.html index 4b401c2e6..827671ab2 100644 --- a/UI/Series/Details/SeasonLayoutTemplate.html +++ b/UI/Series/Details/SeasonLayoutTemplate.html @@ -9,13 +9,17 @@ {{/if}} {{#if_eq episodeCount compare=0}} - - {{else}} - {{#if_eq percentOfEpisodes compare=100}} - + {{#if monitored}} + + {{else}} + + {{/if}} {{else}} - - {{/if_eq}} + {{#if_eq percentOfEpisodes compare=100}} + + {{else}} + + {{/if_eq}} {{/if_eq}}