1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
+1 -5
View File
@@ -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.")
<h1>System</h1>
<p></p>
<label class="labelClass">@Html.LabelFor(m => m.LaunchBrowser)
<span class="small">@Html.DescriptionFor(m => m.LaunchBrowser)</span>
</label>