Commit b30378f7 authored by Thierry's avatar Thierry

Add some preferred field width properties

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16032 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f82c306e
......@@ -71,6 +71,16 @@ class HtmlStylePreference:
'type' : 'string',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_money_quantity_field_width',
'description' : 'The default width of fields displaying amounts of money',
'type' : 'string',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_quantity_field_width',
'description' : 'The default width of quantity fields',
'type' : 'string',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_listbox_view_mode_line_count',
'description' : 'Number of lines in a listbox in view mode',
'type' : 'int',
......
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