diff --git a/NzbDrone.Web/Views/Settings/Indexers.cshtml b/NzbDrone.Web/Views/Settings/Indexers.cshtml index b7eeb0fa2..481074ae0 100644 --- a/NzbDrone.Web/Views/Settings/Indexers.cshtml +++ b/NzbDrone.Web/Views/Settings/Indexers.cshtml @@ -10,6 +10,15 @@ { padding-top: 20px; } + + .additionalInfo + { + float: right; + margin-top: 20px; + margin-right: 40px; + font-size: 120%; + font-weight: bold; + } } @@ -24,11 +33,16 @@ @section MainContent{
+
+ NzbDrone checks all Indexers every 15 minutes +
+ + @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.")
@{ Html.Telerik().PanelBar()