Use scene name for download client queue

#ND-136 fixed
New: Option to Scene name when adding NZBs to download client queue
This commit is contained in:
Mark McDowall
2013-01-22 21:08:21 -08:00
parent e2cc4ef4ea
commit 0b9a4e1a46
5 changed files with 26 additions and 1 deletions
@@ -37,11 +37,17 @@
<span class="small">@Html.DescriptionFor(m => m.DownloadClient)</span>
</label>
@Html.DropDownListFor(m => m.DownloadClient, Model.DownloadClientSelectList, new { @class = "inputClass selectClass" })
<label class="labelClass">@Html.LabelFor(m => m.DownloadClientDropDirectory)
<span class="small">@Html.DescriptionFor(m => m.DownloadClientDropDirectory)</span>
<span class="small">@Html.ValidationMessageFor(m => m.DownloadClientDropDirectory)</span>
</label>
@Html.TextBoxFor(m => m.DownloadClientDropDirectory, new { @class = "inputClass folderLookup" })
<label class="labelClass">@Html.LabelFor(m => m.UseSceneName)
<span class="small">@Html.DescriptionFor(m => m.UseSceneName)</span>
</label>
@Html.CheckBoxFor(m => m.UseSceneName, new { @class = "inputClass checkClass" })
</div>
<div class="jquery-accordion" id="downloadClientAccordion">