diff --git a/CHANGES.md b/CHANGES.md
index 4700b092..29644a5c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -14,6 +14,9 @@
* Fix updating of pull requests
* Add hidden cache debug page
* Change autoProcessTV scripts python code quotes from " -> '
+* Add expand all button to Episode Status Management
+* Add Unknown status query to Episode Status Management
+* Fix Episode Status Management error popup from coming up when show is selected without expanding
[develop changelog]
* Fix traceback error when using the menu item Manage/Update Kodi
diff --git a/gui/slick/css/lib/bootstrap.css b/gui/slick/css/lib/bootstrap.css
index 3daf57ec..354d92db 100644
--- a/gui/slick/css/lib/bootstrap.css
+++ b/gui/slick/css/lib/bootstrap.css
@@ -6197,4 +6197,3 @@ button.close {
display: none !important;
}
}
-/*# sourceMappingURL=bootstrap.css.map */
diff --git a/gui/slick/interfaces/default/manage_episodeStatuses.tmpl b/gui/slick/interfaces/default/manage_episodeStatuses.tmpl
index 0cd7844d..b9587f86 100644
--- a/gui/slick/interfaces/default/manage_episodeStatuses.tmpl
+++ b/gui/slick/interfaces/default/manage_episodeStatuses.tmpl
@@ -1,16 +1,15 @@
#import sickbeard
#import datetime
#from sickbeard import common
-#set global $title="Episode Overview"
-#set global $header="Episode Overview"
-#set global $sbPath=".."
+#set global $title = 'Episode Overview'
+#set global $header = 'Episode Overview'
+#set global $sbPath = '..'
+#set global $topmenu = 'manage'
-#set global $topmenu="manage"#
#import os.path
-#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl")
+#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')
-
#if $varExists('header')
#else
@@ -20,17 +19,16 @@
#if not $whichStatus or ($whichStatus and not $ep_counts):
#if $whichStatus:
-
None of your episodes have status $common.statusStrings[$int($whichStatus)]
-
+
None of your episodes have status $common.statusStrings[$int($whichStatus)]
#end if
#else
@@ -40,50 +38,49 @@ Manage episodes with status