mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
WebUI: Add readonly attribute to comment textarea
Torrent comments should not be editable.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user