Commit 4ad785f7 authored by Ivan Tyagov's avatar Ivan Tyagov

Show list style selection only if we have more than one list style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38259 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dbf2a175
......@@ -73,7 +73,7 @@
current_page_stop python: (total_line < current_page_max) and total_line or current_page_max;\n
form_url string:${context_url}/${form_id};\n
need_pagination python: total_line > listbox_max_lines;\n
show_list_style_selection python: len(display_style_list) > 0;\n
show_list_style_selection python: len(display_style_list) > 1;\n
show_listbox_tree_mode_selection python: not is_gadget_mode and \n
(is_domain_tree_supported or is_report_tree_supported);\n
show_list_action_link python: here.field.get_value(\'list_action\');\n
......
1006
\ No newline at end of file
1008
\ 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