Commit 238649ee authored by Jérome Perrin's avatar Jérome Perrin

use a view mode listbox

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44005 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28694bbf
...@@ -10,15 +10,10 @@ ...@@ -10,15 +10,10 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>search</string>
<string>title</string>
<string>count_method</string>
<string>columns</string> <string>columns</string>
<string>selection_name</string>
<string>portal_types</string> <string>portal_types</string>
<string>select</string> <string>selection_name</string>
<string>lines</string> <string>title</string>
<string>hide_rows_on_no_search_criterion</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -68,18 +63,6 @@ ...@@ -68,18 +63,6 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>lines</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -114,12 +97,6 @@ ...@@ -114,12 +97,6 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>count_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_view_mode_listbox</string> </value> <value> <string>my_view_mode_listbox</string> </value>
...@@ -139,14 +116,6 @@ ...@@ -139,14 +116,6 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>search</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>select</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>knowledge_pad_view_knowledge_box_list_selection</string> </value> <value> <string>knowledge_pad_view_knowledge_box_list_selection</string> </value>
...@@ -165,43 +134,4 @@ ...@@ -165,43 +134,4 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_hide_rows_on_no_search_criterion\', False)</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_listbox_list_mode_line_count\', 30)</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>countFolder</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
701 702
\ No newline at end of file \ No newline at end of file
...@@ -19,4 +19,4 @@ portal_gadgets/google_calendar/** ...@@ -19,4 +19,4 @@ portal_gadgets/google_calendar/**
portal_gadgets/google_maps portal_gadgets/google_maps
portal_gadgets/google_maps/** portal_gadgets/google_maps/**
portal_gadgets/google_search portal_gadgets/google_search
portal_gadgets/google_search/** portal_gadgets/google_search/**
\ 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