mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2024-11-13 18:30:48 +01:00
Merge pull request #53 from Terrails/stable
Displayed text has an extra bracket in .torrent upload popup
This commit is contained in:
commit
6f16d076e7
@ -21,12 +21,12 @@
|
||||
<table style="margin: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<label for="autoTMM">(Torrent Management Mode:</label>
|
||||
<label for="autoTMM">Torrent Management Mode:</label>
|
||||
</td>
|
||||
<td>
|
||||
<select id="autoTMM" name="autoTMM" onchange="qBittorrent.Download.changeTMM(this)">
|
||||
<option selected value="false">(Manual</option>
|
||||
<option value="true">(Automatic</option>
|
||||
<option selected value="false">Manual</option>
|
||||
<option value="true">Automatic</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
@ -70,7 +70,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="addToTopOfQueue">(Add to top of queue</label>
|
||||
<label for="addToTopOfQueue">Add to top of queue</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox" id="addToTopOfQueue" name="addToTopOfQueue" value="true" />
|
||||
@ -78,7 +78,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="stopCondition">(Stop condition:</label>
|
||||
<label for="stopCondition">Stop condition:</label>
|
||||
</td>
|
||||
<td>
|
||||
<select id="stopCondition" name="stopCondition">
|
||||
@ -144,7 +144,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div id="submitbutton" style="margin-top: 30px; text-align: center;">
|
||||
<button class="download" id="button" type="submit"</button>
|
||||
<button class="download" id="button" type="submit"></button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user