mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
WebUI: Add readonly attribute to comment textarea
Torrent comments should not be editable.
This commit is contained in:
parent
005e378cbd
commit
fdc975d900
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<br/>
|
<br/>
|
||||||
_(Comment:)
|
_(Comment:)
|
||||||
</td><td>
|
</td><td>
|
||||||
<textarea name="comment" id="comment" rows="15" cols="80">
|
<textarea name="comment" id="comment" rows="15" cols="80" readonly>
|
||||||
</textarea>
|
</textarea>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue