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

move listbox in the bottom field.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10515 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17a67ee7
......@@ -157,6 +157,7 @@ class ManageModule:
title = title_module
field_type = 'ListBox'
form_view_list_object.manage_addField(id,title,field_type)
form_view_list_object.move_field_group(['listbox'], 'left', 'bottom')
# manage ListBox settings
values_settings = {}
values_settings['pt'] = "form_list"
......
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