mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Moved Use Scene Name to top of checkboxes
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
<div class="settingsContainer">
|
||||
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
||||
<label class="labelClass">@Html.LabelFor(m => m.SceneName)
|
||||
<span class="small">@Html.DescriptionFor(m => m.SceneName)</span>
|
||||
</label>
|
||||
@Html.CheckBoxFor(m => m.SceneName, new { @class = "inputClass checkClass" })
|
||||
<label class="labelClass">@Html.LabelFor(m => m.SeriesName)
|
||||
<span class="small">@Html.DescriptionFor(m => m.SeriesName)</span>
|
||||
</label>
|
||||
@@ -42,10 +46,6 @@
|
||||
<span class="small">@Html.DescriptionFor(m => m.MultiEpisodeStyle)</span>
|
||||
</label>
|
||||
@Html.DropDownListFor(m => m.MultiEpisodeStyle, Model.MultiEpisodeStyles, new { @class = "inputClass selectClass" })
|
||||
<label class="labelClass">@Html.LabelFor(m => m.SceneName)
|
||||
<span class="small">@Html.DescriptionFor(m => m.SceneName)</span>
|
||||
</label>
|
||||
@Html.CheckBoxFor(m => m.SceneName, new { @class = "inputClass checkClass" })
|
||||
</div>
|
||||
<div id="examples">
|
||||
<div id="singleEpisodeExample">
|
||||
|
Reference in New Issue
Block a user