mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
Updated config page titles
This commit is contained in:
parent
5c04d14c70
commit
66e6503e5a
@ -27,11 +27,5 @@ namespace NzbDrone.Web.Controllers
|
|||||||
|
|
||||||
return PartialView(new FooterModel { BuildTime = _enviromentProvider.BuildDateTime, Version = _enviromentProvider.Version });
|
return PartialView(new FooterModel { BuildTime = _enviromentProvider.BuildDateTime, Version = _enviromentProvider.Version });
|
||||||
}
|
}
|
||||||
|
|
||||||
[ChildActionOnly]
|
|
||||||
public ActionResult LocalSearch()
|
|
||||||
{
|
|
||||||
return PartialView();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@section TitleContent{
|
@section TitleContent{
|
||||||
Settings
|
Settings > Naming
|
||||||
}
|
}
|
||||||
|
|
||||||
@section ActionMenu{
|
@section ActionMenu{
|
||||||
@ -27,10 +27,6 @@
|
|||||||
@using (Html.BeginForm("SaveEpisodeSorting", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
@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.")
|
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
||||||
|
|
||||||
<h1>Episode Sorting</h1>
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.SeriesName)
|
<label class="labelClass">@Html.LabelFor(m => m.SeriesName)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.SeriesName)</span>
|
<span class="small">@Html.DescriptionFor(m => m.SeriesName)</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
</style>
|
</style>
|
||||||
}
|
}
|
||||||
@section TitleContent{
|
@section TitleContent{
|
||||||
Settings
|
Settings > Indexers
|
||||||
}
|
}
|
||||||
@section ActionMenu{
|
@section ActionMenu{
|
||||||
@{Html.RenderPartial("SubMenu");}
|
@{Html.RenderPartial("SubMenu");}
|
||||||
@ -42,11 +42,6 @@ Settings
|
|||||||
<div id="stylized">
|
<div id="stylized">
|
||||||
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
@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.")
|
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
||||||
<div id="accordion">
|
<div id="accordion">
|
||||||
<h3>
|
<h3>
|
||||||
@ -120,9 +115,10 @@ Settings
|
|||||||
Enable <span class="small">@Html.DescriptionFor(m => m.NewznabEnabled)</span>
|
Enable <span class="small">@Html.DescriptionFor(m => m.NewznabEnabled)</span>
|
||||||
</label>
|
</label>
|
||||||
@Html.CheckBoxFor(m => m.NewznabEnabled, new { @class = "inputClass checkClass" })
|
@Html.CheckBoxFor(m => m.NewznabEnabled, new { @class = "inputClass checkClass" })
|
||||||
<br/>
|
<br />
|
||||||
<br/>
|
<br />
|
||||||
<p></p>
|
<p>
|
||||||
|
</p>
|
||||||
<a id="addItem" href="@Url.Action("AddNewznabProvider", "Settings")">
|
<a id="addItem" href="@Url.Action("AddNewznabProvider", "Settings")">
|
||||||
<img src="../../Content/Images/Plus.png" alt="Add Newznab Provider" width="20px"
|
<img src="../../Content/Images/Plus.png" alt="Add Newznab Provider" width="20px"
|
||||||
height="20px" />
|
height="20px" />
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@section TitleContent{
|
@section TitleContent{
|
||||||
Settings
|
Settings > Notifications
|
||||||
}
|
}
|
||||||
|
|
||||||
@section ActionMenu{
|
@section ActionMenu{
|
||||||
@ -48,10 +48,7 @@
|
|||||||
@section MainContent{
|
@section MainContent{
|
||||||
<div id="stylized">
|
<div id="stylized">
|
||||||
@using (Html.BeginForm("SaveNotifications", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
@using (Html.BeginForm("SaveNotifications", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
||||||
{
|
{
|
||||||
<h1>Notifications</h1>
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#tabs-xbmc">XBMC</a></li>
|
<li><a href="#tabs-xbmc">XBMC</a></li>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<link href="../../Content/QualitySettings.css" rel="stylesheet" type="text/css" />
|
<link href="../../Content/QualitySettings.css" rel="stylesheet" type="text/css" />
|
||||||
}
|
}
|
||||||
@section TitleContent{
|
@section TitleContent{
|
||||||
Settings
|
Settings > Quality
|
||||||
}
|
}
|
||||||
@section ActionMenu{
|
@section ActionMenu{
|
||||||
@{Html.RenderPartial("SubMenu");}
|
@{Html.RenderPartial("SubMenu");}
|
||||||
@ -15,10 +15,6 @@ Settings
|
|||||||
@using (Html.BeginForm("SaveQuality", "Settings", FormMethod.Post, new { id = "form", name = "form" }))
|
@using (Html.BeginForm("SaveQuality", "Settings", FormMethod.Post, new { id = "form", name = "form" }))
|
||||||
{
|
{
|
||||||
<div id="top" class="settingsForm">
|
<div id="top" class="settingsForm">
|
||||||
<h1>
|
|
||||||
Quality</h1>
|
|
||||||
<p>
|
|
||||||
</p>
|
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.DefaultQualityProfileId)
|
<label class="labelClass">@Html.LabelFor(m => m.DefaultQualityProfileId)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.DefaultQualityProfileId)</span>
|
<span class="small">@Html.DescriptionFor(m => m.DefaultQualityProfileId)</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@section TitleContent{
|
@section TitleContent{
|
||||||
Settings
|
Settings > Sabnzbd
|
||||||
}
|
}
|
||||||
|
|
||||||
@section ActionMenu{
|
@section ActionMenu{
|
||||||
@ -18,9 +18,6 @@
|
|||||||
|
|
||||||
@using (Html.BeginForm("SaveSabnzbd", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
@using (Html.BeginForm("SaveSabnzbd", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
||||||
{
|
{
|
||||||
<h1>SABnzbd</h1>
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<label class="labelClass">Auto-Configure
|
<label class="labelClass">Auto-Configure
|
||||||
<span class="small">If access to SABnzbd doesn't require a username + password and is on the same system as NzbDrone, you can auto-configure it</span>
|
<span class="small">If access to SABnzbd doesn't require a username + password and is on the same system as NzbDrone, you can auto-configure it</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<ul class="sub-menu">
|
<ul class="sub-menu">
|
||||||
<li>@Html.ActionLink("Indexers", "Indexers", "Settings")</li>
|
<li>@Html.ActionLink("Quality", "Quality", "Settings")</li>
|
||||||
<li>@Html.ActionLink("SABnzbd", "Sabnzbd", "Settings")</li>
|
<li>@Html.ActionLink("Naming", "EpisodeSorting", "Settings")</li>
|
||||||
<li>@Html.ActionLink("Quality", "Quality", "Settings")</li>
|
<li>@Html.ActionLink("Notifications", "Notifications", "Settings")</li>
|
||||||
<li>@Html.ActionLink("Episode Sorting", "EpisodeSorting", "Settings")</li>
|
<li>@Html.ActionLink("Indexers", "Indexers", "Settings")</li>
|
||||||
<li>@Html.ActionLink("Notifications", "Notifications", "Settings")</li>
|
<li>@Html.ActionLink("SABnzbd", "Sabnzbd", "Settings")</li>
|
||||||
<li>@Html.ActionLink("System", "System", "Settings")</li>
|
<li>@Html.ActionLink("System", "System", "Settings")</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div style="margin-bottom: 10px">
|
||||||
<div style="margin-bottom: 10px"></div>
|
</div>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@section TitleContent{
|
@section TitleContent{
|
||||||
Settings
|
Settings > System
|
||||||
}
|
}
|
||||||
|
|
||||||
@section ActionMenu{
|
@section ActionMenu{
|
||||||
@ -18,10 +18,6 @@
|
|||||||
@using (Html.BeginForm("SaveSystem", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
@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.")
|
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
||||||
|
|
||||||
<h1>System</h1>
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.LaunchBrowser)
|
<label class="labelClass">@Html.LabelFor(m => m.LaunchBrowser)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.LaunchBrowser)</span>
|
<span class="small">@Html.DescriptionFor(m => m.LaunchBrowser)</span>
|
||||||
</label>
|
</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user