Commit 1e8fde68 authored by Łukasz Nowak's avatar Łukasz Nowak

- make form useful again:

- proxify
- show more properties
- use proper method to fetch divergence message list
- use form_view instead of form_dialog

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26001 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0ecdf9d
......@@ -40,6 +40,16 @@
<key> <string>action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -52,7 +62,7 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>Default</string>
<string>bottom</string>
</list>
</value>
</item>
......@@ -61,7 +71,7 @@
<value>
<dictionary>
<item>
<key> <string>Default</string> </key>
<key> <string>bottom</string> </key>
<value>
<list>
<string>listbox</string>
......@@ -81,11 +91,11 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>PackingList_viewDivergence</string> </value>
<value> <string>Delivery_viewDivergence</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_dialog</string> </value>
<value> <string>form_view</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......@@ -97,7 +107,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>Divergence Messages</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......
604
\ No newline at end of file
605
\ 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