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 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>default</string>
<string>css_class</string>
<string>width</string>
<string>height</string>
<string>text_editor</string>
<string>default</string>
<string>editable</string>
<string>height</string>
<string>required</string>
<string>text_editor</string>
<string>title</string>
<string>whitespace_preserve</string>
<string>width</string>
</list>
</value>
</item>
......@@ -170,7 +170,7 @@
</item>
<item>
<key> <string>width</string> </key>
<value> <int>800</int> </value>
<value> <int>80</int> </value>
</item>
</dictionary>
</value>
......@@ -189,7 +189,7 @@
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
412
\ No newline at end of file
413
\ 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