Commit 55d62a49 authored by Romain Courteaud's avatar Romain Courteaud

Fix ugly display of BusinessTemplate_viewSvnChangelog.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12997 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6bd5f2a1
...@@ -63,6 +63,8 @@ ...@@ -63,6 +63,8 @@
<list> <list>
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string>
<string>bottom</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -70,6 +72,22 @@ ...@@ -70,6 +72,22 @@
<key> <string>groups</string> </key> <key> <string>groups</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list>
<string>your_added</string>
<string>your_modified</string>
<string>your_removed</string>
</list>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
...@@ -85,11 +103,7 @@ ...@@ -85,11 +103,7 @@
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list/>
<string>your_added</string>
<string>your_modified</string>
<string>your_removed</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
110 111
\ 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