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

Improve rendering of BusinessTemplate_viewPortalTypes.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13012 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 168deabf
...@@ -68,6 +68,9 @@ ...@@ -68,6 +68,9 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,7 +79,13 @@ ...@@ -76,7 +79,13 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>left</string> </key> <key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_template_portal_type_id_list</string> <string>my_template_portal_type_id_list</string>
...@@ -89,6 +98,18 @@ ...@@ -89,6 +98,18 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>left</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
257 259
\ 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