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 @@ ...@@ -35,7 +35,7 @@
</item> </item>
<item> <item>
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string></string> </value> <value> <string>FCKeditor_viewImageSelectionDialog</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>form_list</string> </value> <value> <string>form_dialog</string> </value>
</item> </item>
<item> <item>
<key> <string>rid</string> </key> <key> <string>rid</string> </key>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<string>count_method</string> <string>count_method</string>
<string>default_params</string> <string>default_params</string>
<string>domain_tree</string> <string>domain_tree</string>
<string>hide_rows_on_no_search_criterion</string>
<string>list_action</string> <string>list_action</string>
<string>list_method</string> <string>list_method</string>
<string>portal_types</string> <string>portal_types</string>
...@@ -176,6 +177,10 @@ ...@@ -176,6 +177,10 @@
<key> <string>height</string> </key> <key> <string>height</string> </key>
<value> <int>5</int> </value> <value> <int>5</int> </value>
</item> </item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>list_action</string> </key> <key> <string>list_action</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -315,10 +320,7 @@ ...@@ -315,10 +320,7 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
1282 1283
\ 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