mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-10 04:52:42 +01:00
Moved Use Scene Name to top of checkboxes
This commit is contained in:
parent
bee6914062
commit
d6c90e7f36
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user