Commit 08578ae8 authored by Jérome Perrin's avatar Jérome Perrin

FCKEditor: fix problems with image selection dialog

- it should not hide rows when no search criterion
- set form type to form_dialog
parent 0bbe45ba
......@@ -35,7 +35,7 @@
</item>
<item>
<key> <string>action</string> </key>
<value> <string></string> </value>
<value> <string>FCKeditor_viewImageSelectionDialog</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -110,7 +110,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_list</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>rid</string> </key>
......
......@@ -14,6 +14,7 @@
<string>count_method</string>
<string>default_params</string>
<string>domain_tree</string>
<string>hide_rows_on_no_search_criterion</string>
<string>list_action</string>
<string>list_method</string>
<string>portal_types</string>
......@@ -176,6 +177,10 @@
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string></string> </value>
......@@ -315,10 +320,7 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
......
1282
\ No newline at end of file
1283
\ 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