Commit 33c1702a authored by Ivan Tyagov's avatar Ivan Tyagov

Use proper listbox properties after r38286

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ace4c4e4
...@@ -464,6 +464,14 @@ ...@@ -464,6 +464,14 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>global_search_column</string> </key>
<value> <string>field_your_search_text_listbox</string> </value>
</item>
<item>
<key> <string>global_search_column_script</string> </key>
<value> <string>WebSite_viewQuickSearchResultList</string> </value>
</item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
......
1533 1535
\ No newline at end of file
...@@ -92,8 +92,8 @@ d = dict(\n ...@@ -92,8 +92,8 @@ d = dict(\n
field_report_root_list = \'\',\n field_report_root_list = \'\',\n
field_display_style_list = \'\',\n field_display_style_list = \'\',\n
field_default_display_style = \'\',\n field_default_display_style = \'\',\n
field_full_text_search_key = \'\',\n field_global_search_column = \'\',\n
field_full_text_search_key_script = \'\',\n field_global_search_column_script = \'\',\n
field_page_navigation_mode = \'\',\n field_page_navigation_mode = \'\',\n
field_list_action = \'list\',\n field_list_action = \'list\',\n
field_enabled = \'checked\',\n field_enabled = \'checked\',\n
......
608 610
\ 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