[Erp5-report] r29028 - /erp5/trunk/products/ERP5Form/ListBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 14 13:34:11 CEST 2009


Author: jerome
Date: Mon Sep 14 13:34:10 2009
New Revision: 29028

URL: http://svn.erp5.org?rev=29028&view=rev
Log:
wrap lines consistently

Modified:
    erp5/trunk/products/ERP5Form/ListBox.py

Modified: erp5/trunk/products/ERP5Form/ListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?rev=29028&r1=29027&r2=29028&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py [utf8] Mon Sep 14 13:34:10 2009
@@ -307,12 +307,13 @@
                                   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 @@
     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')




More information about the Erp5-report mailing list