mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
WebUI: provide legend text
It provides semantic meanings for the option group.
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"long-title": "off",
|
"long-title": "off",
|
||||||
"no-inline-style": "off",
|
"no-inline-style": "off",
|
||||||
"prefer-button": "off",
|
"prefer-button": "off"
|
||||||
"wcag/h71": "off"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
<textarea id="urls" rows="10" name="urls"></textarea>
|
<textarea id="urls" rows="10" name="urls"></textarea>
|
||||||
<p>QBT_TR(Only one link per line)QBT_TR[CONTEXT=HttpServer]</p>
|
<p>QBT_TR(Only one link per line)QBT_TR[CONTEXT=HttpServer]</p>
|
||||||
<fieldset class="settings" style="border: 0; text-align: left; margin-top: 6px;">
|
<fieldset class="settings" style="border: 0; text-align: left; margin-top: 6px;">
|
||||||
|
<legend>QBT_TR(Torrent options)QBT_TR[CONTEXT=AddNewTorrentDialog]</legend>
|
||||||
<table style="margin: auto;">
|
<table style="margin: auto;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<input type="file" id="fileselect" accept=".torrent, application/x-bittorrent" name="fileselect[]" multiple>
|
<input type="file" id="fileselect" accept=".torrent, application/x-bittorrent" name="fileselect[]" multiple>
|
||||||
</div>
|
</div>
|
||||||
<fieldset class="settings" style="border: 0; text-align: left; margin-top: 12px;">
|
<fieldset class="settings" style="border: 0; text-align: left; margin-top: 12px;">
|
||||||
|
<legend>QBT_TR(Torrent options)QBT_TR[CONTEXT=AddNewTorrentDialog]</legend>
|
||||||
<table style="margin: auto;">
|
<table style="margin: auto;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user