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 @@
<string>lines</string>
<string>search</string>
<string>select</string>
<string>anchor</string>
<string>list_action</string>
</list>
</value>
......@@ -99,6 +100,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox</string> </value>
......@@ -176,7 +181,7 @@
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
725
\ No newline at end of file
726
\ 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