Commit 3d8ce06c authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web] Do not use renderJS to render web page in web site context

Keep compatibility.
parent ce790c75
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
<string>default</string> <string>default</string>
<string>enabled</string> <string>enabled</string>
<string>title</string> <string>title</string>
<string>whitespace_preserve</string>
<string>width</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -101,7 +99,7 @@ ...@@ -101,7 +99,7 @@
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewWebFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
<string>description</string> <string>description</string>
<string>enabled</string> <string>enabled</string>
<string>title</string> <string>title</string>
<string>whitespace_preserve</string>
<string>width</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -94,14 +92,6 @@ ...@@ -94,14 +92,6 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -127,7 +117,7 @@ ...@@ -127,7 +117,7 @@
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_text_content</string> </value> <value> <string>text_content</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
...@@ -141,14 +131,6 @@ ...@@ -141,14 +131,6 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Page Content</string> </value> <value> <string>Page Content</string> </value>
</item> </item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>80</int> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
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