mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-12 15:14:28 +08:00
[Web UI] Fix category in torrent upload. Closes #6260
This commit is contained in:
parent
077ad6506c
commit
e6e0ecfaea
@ -22,8 +22,8 @@
|
||||
<input type="text" id="savepath" name="savepath" style="width: 16em;"/>
|
||||
</div>
|
||||
<div class="formRow">
|
||||
<label for="label" class="leftLabelLarge">QBT_TR(Category:)QBT_TR</label>
|
||||
<input type="text" id="label" name="label"/ style="width: 16em;"/>
|
||||
<label for="category" class="leftLabelLarge">QBT_TR(Category:)QBT_TR</label>
|
||||
<input type="text" id="category" name="category"/ style="width: 16em;"/>
|
||||
</div>
|
||||
<div id="submitbutton" style="margin-top: 30px; text-align: center;">
|
||||
<button type="submit" style="font-size: 1em;">QBT_TR(Upload Torrents)QBT_TR</button>
|
||||
|
Loading…
Reference in New Issue
Block a user