Commit 7884d739 authored by Romain Courteaud's avatar Romain Courteaud

Improve Rule_view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11315 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent beb5cd67
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</item> </item>
<item> <item>
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string></string> </value> <value> <string>Base_edit</string> </value>
</item> </item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value> <value>
<list> <list>
<string>listbox</string> <string>listbox</string>
...@@ -81,23 +81,27 @@ ...@@ -81,23 +81,27 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list/> <list/>
</value> </value>
</item> </item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_id</string> <string>my_id</string>
<string>my_title</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list/> <list>
<string>my_start_date</string>
<string>my_stop_date</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -324,11 +324,11 @@ ...@@ -324,11 +324,11 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>id</string> <string>title</string>
<string>ID</string> <string>Title</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_type</string> <string>translated_portal_type</string>
<string>Portal Type</string> <string>Portal Type</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>rule_selection</string> </value> <value> <string>divergence_tester_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
......
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
......
167 168
\ 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