mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -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": {
|
||||
"long-title": "off",
|
||||
"no-inline-style": "off",
|
||||
"prefer-button": "off",
|
||||
"wcag/h71": "off"
|
||||
"prefer-button": "off"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<textarea id="urls" rows="10" name="urls"></textarea>
|
||||
<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;">
|
||||
<legend>QBT_TR(Torrent options)QBT_TR[CONTEXT=AddNewTorrentDialog]</legend>
|
||||
<table style="margin: auto;">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<input type="file" id="fileselect" accept=".torrent, application/x-bittorrent" name="fileselect[]" multiple>
|
||||
</div>
|
||||
<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;">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue