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

wrap lines consistently


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29028 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e940866e
......@@ -307,12 +307,13 @@ class ListBoxWidget(Widget.Widget):
required=0)
property_names.append('anchor')
hide_rows_on_no_search_criterion = \
fields.CheckBoxField('hide_rows_on_no_search_criterion', \
title = 'Hide Rows (On No Search Criterion)', \
description = ('Hide listbox rows if no search criterion is provided by user'), \
default = 0, \
required = 0)
hide_rows_on_no_search_criterion = fields.CheckBoxField(
'hide_rows_on_no_search_criterion',
title='Hide Rows (On No Search Criterion)',
description=('Hide listbox rows if no search '
'criterion is provided by user'),
default=0,
required=0)
property_names.append('hide_rows_on_no_search_criterion')
editable_columns = fields.ListTextAreaField('editable_columns',
......@@ -351,7 +352,8 @@ class ListBoxWidget(Widget.Widget):
global_attributes = fields.ListTextAreaField('global_attributes',
title="Global Attributes",
description=(
"An optional list of attributes which are set by hidden fields and which are applied to each editable column."),
"An optional list of attributes which are set by hidden fields and "
"which are applied to each editable column."),
default=[],
required=0)
property_names.append('global_attributes')
......
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