Commit 2c722a16 authored by Yusei Tahara's avatar Yusei Tahara

Fixed dialog name to appropriate one.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18198 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 692c91d2
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.ActionInformation</string>
<string>ActionInformation</string>
</tuple>
<none/>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -70,18 +67,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.Expression</string>
<string>Expression</string>
</tuple>
<none/>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Base_viewSearchDialog</string> </value>
<value> <string>string:${object_url}/DocumentModule_viewSearchDialog</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.Form</string>
<string>ERP5Form</string>
</tuple>
<none/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -55,6 +52,10 @@
<key> <string>action</string> </key>
<value> <string>Base_processAdvancedSearch</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -109,7 +110,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Base_viewSearchDialog</string> </value>
<value> <string>DocumentModule_viewSearchDialog</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......@@ -117,7 +118,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>Base_searchDialog</string> </value>
<value> <string>DocumentModule_viewSearchDialog</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......
745
\ No newline at end of file
748
\ 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