mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
WebUI: provide legend text
It provides semantic meanings for the option group.
This commit is contained in:
parent
7df98e1c9a
commit
a61df019b3
3 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue