Commit cb14e4f1 authored by Jérome Perrin's avatar Jérome Perrin

Base_viewListModeRenderer : never display anchor column, and use the preferred list mode line count

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19754 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18b4abac
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<string>lines</string> <string>lines</string>
<string>search</string> <string>search</string>
<string>select</string> <string>select</string>
<string>anchor</string>
<string>list_action</string> <string>list_action</string>
</list> </list>
</value> </value>
...@@ -99,6 +100,10 @@ ...@@ -99,6 +100,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>listbox</string> </value> <value> <string>listbox</string> </value>
...@@ -108,19 +113,19 @@ ...@@ -108,19 +113,19 @@
<value> <string>Folder_viewContentList</string> </value> <value> <string>Folder_viewContentList</string> </value>
</item> </item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <int>10</int> </value> <value> <int>10</int> </value>
</item> </item>
<item> <item>
<key> <string>list_action</string> </key> <key> <string>list_action</string> </key>
<value> <string>list</string> </value> <value> <string>list</string> </value>
</item> </item>
<item> <item>
<key> <string>search</string> </key> <key> <string>search</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>select</string> </key> <key> <string>select</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
...@@ -176,7 +181,7 @@ ...@@ -176,7 +181,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_listbox_view_mode_line_count\', 15)</string> </value> <value> <string>python: preferences.getPreference(\'preferred_listbox_list_mode_line_count\', 15)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
725 726
\ 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