diff --git a/CHANGES.md b/CHANGES.md index a0179e0c..bff1fc40 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,11 @@ * Change Display Show next/previous when show list is not split to loop around * Fix SQL statements that have dynamic table names to use proper syntax * Fix port checking code preventing startup directly after a SG restart +* Add a link from the footer number of snatched to episode snatched overview page. The link to the + Episode Overview page is available on all pages except on the Episode Overview page +* Change the default state for all check boxes on the Episode Overview page to not checked +* Add validation to Go button to ensure at least one item is checked on Episode Overview page +* Add highlight to current status text in header on Episode Overview page [develop changelog] * Add TVRage network name standardization diff --git a/gui/slick/interfaces/default/inc_bottom.tmpl b/gui/slick/interfaces/default/inc_bottom.tmpl index 8ec9cada..1f1b3df5 100644 --- a/gui/slick/interfaces/default/inc_bottom.tmpl +++ b/gui/slick/interfaces/default/inc_bottom.tmpl @@ -38,9 +38,30 @@ #set $ep_downloaded = 0 #set $ep_total = 0 #end if +#try + #set $localRoot = $sbRoot +#except NotFound + #set $localRoot = '' +#end try +#try + #set $localheader = $header +#except NotFound + #set $localheader = '' +#end try %s' % \ + (localRoot, str(ep_snatched)) + )['Episode Overview' != localheader] + )[0 < ep_snatched] + %> + / episodes downloaded | daily search: | backlog search: diff --git a/gui/slick/interfaces/default/manage_episodeStatuses.tmpl b/gui/slick/interfaces/default/manage_episodeStatuses.tmpl index 78a67891..0cd7844d 100644 --- a/gui/slick/interfaces/default/manage_episodeStatuses.tmpl +++ b/gui/slick/interfaces/default/manage_episodeStatuses.tmpl @@ -40,7 +40,7 @@ Manage episodes with status - +
shows ( active) - | <%= ('', ' ( snatched)' % str(ep_snatched))[ep_snatched > 0] %> / episodes downloaded + | + <%= ( + '',\ + ' ( snatched)' % \ + ( + str(ep_snatched), + '+ | $show_names[$cur_indexer_id] ($ep_counts[$cur_indexer_id]) | ||
---|---|---|---|
'; - row += ' | '+season+'x'+episode+' | '; - row += ''+name+' | '; - row += '|
' + + ' | ' + + '' + season + 'x' + episode + ' | ' + + '' + name + ' | ' + + '