diff --git a/NzbDrone.Web/Controllers/SharedController.cs b/NzbDrone.Web/Controllers/SharedController.cs index cedb4db46..499ae1b9f 100644 --- a/NzbDrone.Web/Controllers/SharedController.cs +++ b/NzbDrone.Web/Controllers/SharedController.cs @@ -27,11 +27,5 @@ namespace NzbDrone.Web.Controllers return PartialView(new FooterModel { BuildTime = _enviromentProvider.BuildDateTime, Version = _enviromentProvider.Version }); } - - [ChildActionOnly] - public ActionResult LocalSearch() - { - return PartialView(); - } } } \ No newline at end of file diff --git a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml index 26bf5e8f2..bcb95299a 100644 --- a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml +++ b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml @@ -15,7 +15,7 @@ } @section TitleContent{ - Settings + Settings > Naming } @section ActionMenu{ @@ -27,10 +27,6 @@ @using (Html.BeginForm("SaveEpisodeSorting", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) { @Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.") - -

Episode Sorting

-

- diff --git a/NzbDrone.Web/Views/Settings/Indexers.cshtml b/NzbDrone.Web/Views/Settings/Indexers.cshtml index 3fabdd09b..c3e7e4c86 100644 --- a/NzbDrone.Web/Views/Settings/Indexers.cshtml +++ b/NzbDrone.Web/Views/Settings/Indexers.cshtml @@ -31,7 +31,7 @@ } @section TitleContent{ -Settings +Settings > Indexers } @section ActionMenu{ @{Html.RenderPartial("SubMenu");} @@ -42,11 +42,6 @@ Settings
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) { -

- Indexers

-

-

- @Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")

@@ -120,9 +115,10 @@ Settings Enable @Html.DescriptionFor(m => m.NewznabEnabled) @Html.CheckBoxFor(m => m.NewznabEnabled, new { @class = "inputClass checkClass" }) -
-
-

+
+
+

+

Add Newznab Provider diff --git a/NzbDrone.Web/Views/Settings/Notifications.cshtml b/NzbDrone.Web/Views/Settings/Notifications.cshtml index 2f559d1a8..445dbc8eb 100644 --- a/NzbDrone.Web/Views/Settings/Notifications.cshtml +++ b/NzbDrone.Web/Views/Settings/Notifications.cshtml @@ -38,7 +38,7 @@ } @section TitleContent{ - Settings + Settings > Notifications } @section ActionMenu{ @@ -48,10 +48,7 @@ @section MainContent{
@using (Html.BeginForm("SaveNotifications", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) - { -

Notifications

-

- + {
  • XBMC
  • diff --git a/NzbDrone.Web/Views/Settings/Quality.cshtml b/NzbDrone.Web/Views/Settings/Quality.cshtml index c586e1f14..5d69c5322 100644 --- a/NzbDrone.Web/Views/Settings/Quality.cshtml +++ b/NzbDrone.Web/Views/Settings/Quality.cshtml @@ -5,7 +5,7 @@ } @section TitleContent{ -Settings +Settings > Quality } @section ActionMenu{ @{Html.RenderPartial("SubMenu");} @@ -15,10 +15,6 @@ Settings @using (Html.BeginForm("SaveQuality", "Settings", FormMethod.Post, new { id = "form", name = "form" })) {
    -

    - Quality

    -

    -

    diff --git a/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml b/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml index 2894f7e78..40f10931c 100644 --- a/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml +++ b/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml @@ -6,7 +6,7 @@ } @section TitleContent{ - Settings + Settings > Sabnzbd } @section ActionMenu{ @@ -18,9 +18,6 @@ @using (Html.BeginForm("SaveSabnzbd", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) { -

    SABnzbd

    -

    - diff --git a/NzbDrone.Web/Views/Settings/SubMenu.cshtml b/NzbDrone.Web/Views/Settings/SubMenu.cshtml index 55860bb7e..48ffe01ac 100644 --- a/NzbDrone.Web/Views/Settings/SubMenu.cshtml +++ b/NzbDrone.Web/Views/Settings/SubMenu.cshtml @@ -1,10 +1,10 @@  - -
    \ No newline at end of file +
  • @Html.ActionLink("Quality", "Quality", "Settings")
  • +
  • @Html.ActionLink("Naming", "EpisodeSorting", "Settings")
  • +
  • @Html.ActionLink("Notifications", "Notifications", "Settings")
  • +
  • @Html.ActionLink("Indexers", "Indexers", "Settings")
  • +
  • @Html.ActionLink("SABnzbd", "Sabnzbd", "Settings")
  • +
  • @Html.ActionLink("System", "System", "Settings")
  • +
+
+
diff --git a/NzbDrone.Web/Views/Settings/System.cshtml b/NzbDrone.Web/Views/Settings/System.cshtml index 903ccc282..1c4ce6b99 100644 --- a/NzbDrone.Web/Views/Settings/System.cshtml +++ b/NzbDrone.Web/Views/Settings/System.cshtml @@ -6,7 +6,7 @@ } @section TitleContent{ - Settings + Settings > System } @section ActionMenu{ @@ -18,10 +18,6 @@ @using (Html.BeginForm("SaveSystem", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) { @Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.") - -

System

-

-