Commit 5ca87130 authored by Jérome Perrin's avatar Jérome Perrin

TextArea are no longer rendered as a <textarea readonly by default, do it

explicitly.




git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12363 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 756a8b31
......@@ -12,6 +12,12 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>follow_up</string> </value>
......@@ -225,7 +231,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......@@ -237,7 +243,7 @@
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
<value> <string>readonly</string> </value>
</item>
<item>
<key> <string>height</string> </key>
......
102
\ No newline at end of file
103
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment