Commit bb5c3854 authored by Fabien Morin's avatar Fabien Morin

Invert description and actor fields in fast input listbox view (see r18712 comment)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18713 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5475c458
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ListBox" module="Products.ERP5Form.ListBox"/>
<string>Products.ERP5Form.ListBox</string> <tuple/>
<string>ListBox</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -358,14 +355,14 @@ ...@@ -358,14 +355,14 @@
<string>step_title</string> <string>step_title</string>
<string>Step Title</string> <string>Step Title</string>
</tuple> </tuple>
<tuple>
<string>step_description</string>
<string>Step Description</string>
</tuple>
<tuple> <tuple>
<string>step_actor</string> <string>step_actor</string>
<string>Step Actor</string> <string>Step Actor</string>
</tuple> </tuple>
<tuple>
<string>step_description</string>
<string>Step Description</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -466,6 +463,10 @@ ...@@ -466,6 +463,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
...@@ -541,11 +542,8 @@ ...@@ -541,11 +542,8 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<string>Products.Formulator.MethodField</string> <tuple/>
<string>Method</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
15 16
\ 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