Updated config page titles

This commit is contained in:
kay.one
2011-11-26 22:02:32 -08:00
parent 5c04d14c70
commit 66e6503e5a
8 changed files with 20 additions and 48 deletions
+5 -9
View File
@@ -31,7 +31,7 @@
</style>
}
@section TitleContent{
Settings
Settings > Indexers
}
@section ActionMenu{
@{Html.RenderPartial("SubMenu");}
@@ -42,11 +42,6 @@ Settings
<div id="stylized">
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
{
<h1>
Indexers</h1>
<p>
</p>
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
<div id="accordion">
<h3>
@@ -120,9 +115,10 @@ Settings
Enable <span class="small">@Html.DescriptionFor(m => m.NewznabEnabled)</span>
</label>
@Html.CheckBoxFor(m => m.NewznabEnabled, new { @class = "inputClass checkClass" })
<br/>
<br/>
<p></p>
<br />
<br />
<p>
</p>
<a id="addItem" href="@Url.Action("AddNewznabProvider", "Settings")">
<img src="../../Content/Images/Plus.png" alt="Add Newznab Provider" width="20px"
height="20px" />