mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Moved Use Scene Name to top of checkboxes
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
<div class="settingsContainer">
|
<div class="settingsContainer">
|
||||||
@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.")
|
||||||
|
<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)
|
<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>
|
||||||
@@ -42,10 +46,6 @@
|
|||||||
<span class="small">@Html.DescriptionFor(m => m.MultiEpisodeStyle)</span>
|
<span class="small">@Html.DescriptionFor(m => m.MultiEpisodeStyle)</span>
|
||||||
</label>
|
</label>
|
||||||
@Html.DropDownListFor(m => m.MultiEpisodeStyle, Model.MultiEpisodeStyles, new { @class = "inputClass selectClass" })
|
@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>
|
||||||
<div id="examples">
|
<div id="examples">
|
||||||
<div id="singleEpisodeExample">
|
<div id="singleEpisodeExample">
|
||||||
|
Reference in New Issue
Block a user