Browse Source

WebUI: Add readonly attribute to comment textarea

Torrent comments should not be editable.
adaptive-webui-19844
Gabriele 10 years ago
parent
commit
fdc975d900
  1. 2
      src/webui/www/public/properties_content.html

2
src/webui/www/public/properties_content.html

@ -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…
Cancel
Save