diff --git a/CHANGES.md b/CHANGES.md index 65e29848..41e32f39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### 0.x.x (2014-10-27 xx:xx:xx UTC) +### 0.x.x (2014-10-28 xx:xx:xx UTC) * Add Bootstrap for UI features * Change UI to resize fluidly on different display sizes, fixes the issue where top menu items would disappear on smaller screens. @@ -26,6 +26,10 @@ * Fix Layout "Poster" sort of Paused, Ended, and Continuing shows as they were random * Fix Layout "Simple" sort of tvrage "New" and "Returning" series by changing status column text to "Continuing" * Add dark spinner to "Add New Show" (searching indexers), "Add existing shows" (Loading Folders), Coming Eps and all config pages (when saving) +* Changed notifier test buttons to not run if required field is missing +* Required fields will now highlight input box and add an icon if field is missing when test is pushed +* Changed Test Plex Media Server to Test Plex Client as it only tests the client and not the server +* Styled config_notifications to match new config_general styling ### 0.2.1 (2014-10-22 06:41:00 UTC) diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 5d0bf275..3c120571 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -1701,6 +1701,10 @@ div.metadataDiv .disabled { margin: 6px 4px 0px 0px; } +.warning { + border-color: #F89406; + background: url("../images/warning16.png") no-repeat right 5px center #fff; +} /* ======================================================================= manage*.tmpl diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index feac4096..046e7754 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -1673,6 +1673,10 @@ div.metadataDiv .disabled { margin: 6px 4px 0px 0px; } +.warning { + border-color: #F89406; + background: url("../images/warning16.png") no-repeat right 5px center #fff; +} /* ======================================================================= manage*.tmpl diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index a6b4d1a5..9fdd4cb4 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -1751,6 +1751,10 @@ div.metadataDiv .disabled { margin: 6px 4px 0px 0px; } +.warning { + border-color: #F89406; + background: url("../images/warning16.png") no-repeat right 5px center #fff; +} /* ======================================================================= manage*.tmpl diff --git a/gui/slick/images/warning16.png b/gui/slick/images/warning16.png new file mode 100644 index 00000000..97a2ea22 Binary files /dev/null and b/gui/slick/images/warning16.png differ diff --git a/gui/slick/interfaces/default/config_notifications.tmpl b/gui/slick/interfaces/default/config_notifications.tmpl index 16ffd723..ff96f708 100644 --- a/gui/slick/interfaces/default/config_notifications.tmpl +++ b/gui/slick/interfaces/default/config_notifications.tmpl @@ -11,124 +11,136 @@ #if $varExists('header') -