From 3e4e51167136096c6e09b46bebdf0dd860b2741e Mon Sep 17 00:00:00 2001 From: JackDandy Date: Tue, 21 Apr 2015 11:18:55 +0100 Subject: [PATCH] Fix restore table row colours on the Manage/Episode Status Management page. --- CHANGES.md | 1 + gui/slick/interfaces/default/manage_episodeStatuses.tmpl | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 93a91659..3e638274 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ * Add ToTV provider * 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 ### 0.8.2 (2015-04-19 06:45:00 UTC) diff --git a/gui/slick/interfaces/default/manage_episodeStatuses.tmpl b/gui/slick/interfaces/default/manage_episodeStatuses.tmpl index 7cabd7cf..0b69403b 100644 --- a/gui/slick/interfaces/default/manage_episodeStatuses.tmpl +++ b/gui/slick/interfaces/default/manage_episodeStatuses.tmpl @@ -87,6 +87,7 @@ + #set $row = 0 #for $cur_indexer_id in $sorted_show_ids: #if 0 == int($never_counts[$cur_indexer_id]) #set $output = '%d' % $ep_counts[$cur_indexer_id] @@ -96,7 +97,7 @@ #else #set $output = '%s never with an airdate' % (('all %s %ss', '%s %s')[1 == $ep_counts[$cur_indexer_id]] % ($ep_counts[$cur_indexer_id], 'episode')) #end if - +
$show_names[$cur_indexer_id] ($output)