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 @@
<value>
<list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
</list>
</value>
</item>
......@@ -76,7 +79,13 @@
<value>
<dictionary>
<item>
<key> <string>left</string> </key>
<key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list>
<string>my_template_portal_type_id_list</string>
......@@ -89,6 +98,18 @@
</list>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
......
257
\ No newline at end of file
259
\ 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