Commit c3a9382f authored by Jérome Perrin's avatar Jérome Perrin

this text area was too big (800) and the css class failed in some situations

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27326 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2703e1d6
...@@ -13,15 +13,15 @@ ...@@ -13,15 +13,15 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>default</string>
<string>css_class</string> <string>css_class</string>
<string>width</string> <string>default</string>
<string>height</string>
<string>text_editor</string>
<string>editable</string> <string>editable</string>
<string>height</string>
<string>required</string> <string>required</string>
<string>text_editor</string>
<string>title</string>
<string>whitespace_preserve</string> <string>whitespace_preserve</string>
<string>width</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
</item> </item>
<item> <item>
<key> <string>width</string> </key> <key> <string>width</string> </key>
<value> <int>800</int> </value> <value> <int>80</int> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:(here.hasFile() or here.getTextFormat() == \'text/html\' and \'page\') or \'\'</string> </value> <value> <string>python:(here.hasFile() or here.getTextFormat() == \'text/html\') and \'page\' or \'\'</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
412 413
\ No newline at end of file \ 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