mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Updated config page titles
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user