Commit b4561ba4 authored by Ivan Tyagov's avatar Ivan Tyagov

Set number of lines shown in order to be able to test PDf navigation mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38575 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf7c252a
......@@ -74,7 +74,8 @@ if dms_preference_id not in portal_preferences.objectIds():\n
id = dms_preference_id,\n
portal_type = \'Preference\',\n
priority = 1,\n
preferred_html_style_access_tab=1)\n
preferred_html_style_access_tab=1,\n
preferred_listbox_list_mode_line_count=10)\n
dms_preference.enable()\n
\n
# Publish all knowledge pad gadgets\n
......
12
\ No newline at end of file
13
\ 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