Merge pull request #53 from Terrails/stable

Displayed text has an extra bracket in .torrent upload popup
This commit is contained in:
CJ Ratliff 2024-01-23 10:46:28 -05:00 committed by GitHub
commit 6f16d076e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,12 +21,12 @@
<table style="margin: auto;"> <table style="margin: auto;">
<tr> <tr>
<td> <td>
<label for="autoTMM">(Torrent Management Mode:</label> <label for="autoTMM">Torrent Management Mode:</label>
</td> </td>
<td> <td>
<select id="autoTMM" name="autoTMM" onchange="qBittorrent.Download.changeTMM(this)"> <select id="autoTMM" name="autoTMM" onchange="qBittorrent.Download.changeTMM(this)">
<option selected value="false">(Manual</option> <option selected value="false">Manual</option>
<option value="true">(Automatic</option> <option value="true">Automatic</option>
</select> </select>
</td> </td>
</tr> </tr>
@ -70,7 +70,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<label for="addToTopOfQueue">(Add to top of queue</label> <label for="addToTopOfQueue">Add to top of queue</label>
</td> </td>
<td> <td>
<input type="checkbox" id="addToTopOfQueue" name="addToTopOfQueue" value="true" /> <input type="checkbox" id="addToTopOfQueue" name="addToTopOfQueue" value="true" />
@ -78,7 +78,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<label for="stopCondition">(Stop condition:</label> <label for="stopCondition">Stop condition:</label>
</td> </td>
<td> <td>
<select id="stopCondition" name="stopCondition"> <select id="stopCondition" name="stopCondition">
@ -144,7 +144,7 @@
</tr> </tr>
</table> </table>
<div id="submitbutton" style="margin-top: 30px; text-align: center;"> <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> </div>
</fieldset> </fieldset>
</form> </form>