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 @@
</item>
<item>
<key> <string>action</string> </key>
<value> <string></string> </value>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>encoding</string> </key>
......@@ -73,7 +73,7 @@
<value>
<dictionary>
<item>
<key> <string>bottom</string> </key>
<key> <string>bottom</string> </key>
<value>
<list>
<string>listbox</string>
......@@ -81,23 +81,27 @@
</value>
</item>
<item>
<key> <string>center</string> </key>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<key> <string>left</string> </key>
<value>
<list>
<string>my_id</string>
<string>my_title</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<key> <string>right</string> </key>
<value>
<list/>
<list>
<string>my_start_date</string>
<string>my_stop_date</string>
</list>
</value>
</item>
</dictionary>
......
......@@ -324,11 +324,11 @@
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>portal_type</string>
<string>translated_portal_type</string>
<string>Portal Type</string>
</tuple>
<tuple>
......@@ -452,7 +452,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>rule_selection</string> </value>
<value> <string>divergence_tester_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
......
......@@ -215,7 +215,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......
167
\ No newline at end of file
168
\ 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