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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.ListBox</string>
<string>ListBox</string>
</tuple>
<none/>
<global name="ListBox" module="Products.ERP5Form.ListBox"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -358,14 +355,14 @@
<string>step_title</string>
<string>Step Title</string>
</tuple>
<tuple>
<string>step_description</string>
<string>Step Description</string>
</tuple>
<tuple>
<string>step_actor</string>
<string>Step Actor</string>
</tuple>
<tuple>
<string>step_description</string>
<string>Step Description</string>
</tuple>
</list>
</value>
</item>
......@@ -466,6 +463,10 @@
<list/>
</value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
......@@ -541,11 +542,8 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
15
\ No newline at end of file
16
\ 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