WebUI: Add readonly attribute to comment textarea

Torrent comments should not be editable.
This commit is contained in:
Gabriele 2014-12-08 22:00:00 +01:00
parent 005e378cbd
commit fdc975d900

View file

@ -19,7 +19,7 @@
<br/>
_(Comment:)
</td><td>
<textarea name="comment" id="comment" rows="15" cols="80">
<textarea name="comment" id="comment" rows="15" cols="80" readonly>
</textarea>
</td></tr>
</table>