Show list of categories on WebUI download page

This commit is contained in:
Thomas Piccirello
2018-10-19 01:56:47 -04:00
parent a7c2ee3ce6
commit 7151d6babd
3 changed files with 68 additions and 3 deletions

View File

@@ -50,7 +50,12 @@
<label for="category">QBT_TR(Category:)QBT_TR[CONTEXT=AddNewTorrentDialog]</label>
</td>
<td>
<input type="text" id="category" name="category" style="width: 16em;" />
<div class="select-watched-folder-editable">
<select id="categorySelect" onchange="changeCategorySelect(this)">
<option selected value="\other"></option>
</select>
<input name="category" type="text" value="" />
</div>
</td>
</tr>
<tr>