Browse Source

Merge pull request #6286 from ngosang/fix_webui

[Web UI] Fix category in torrent upload. Closes #6260
adaptive-webui-19844
sledgehammer999 8 years ago committed by GitHub
parent
commit
6c05b5f083
  1. 4
      src/webui/www/public/upload.html

4
src/webui/www/public/upload.html

@ -22,8 +22,8 @@ @@ -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…
Cancel
Save