SeasonEditor moved to Gird Editor.

This commit is contained in:
Mark McDowall
2011-06-04 22:23:50 -07:00
parent b68784060b
commit 08b7b8c3e1
10 changed files with 90 additions and 83 deletions
@@ -8,6 +8,8 @@
<div style="width: 435px; margin: 10px;">
@Html.HiddenFor(m => m.SeriesId)
<div class="edit-group">
<div class="config-title">@Html.LabelFor(m => m.Path)</div>
<div class="config-value">@Html.TextBoxFor(m => m.Path, new { style = "width: 300" })</div>
@@ -27,4 +29,9 @@
<b>@Html.LabelFor(m => m.QualityProfileId)</b>
@Html.DropDownListFor(model => model.QualityProfileId, (SelectList)ViewData["SelectList"], new { style = "margin-left:40px" })
</div>
<div id="seasonEditorSection">
<div style="font-weight: bold; padding-right: 15px; padding-bottom: 5px;">@Html.LabelFor(m => m.SeasonEditor)</div>
<div id="season-editor"></div>
</div>
</div>