[Erp5-report] r29026 - /erp5/trunk/products/ERP5Form/ListBox.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 14 13:12:25 CEST 2009
Author: jerome
Date: Mon Sep 14 13:12:22 2009
New Revision: 29026
URL: http://svn.erp5.org?rev=29026&view=rev
Log:
fix line wrap
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=29026&r1=29025&r2=29026&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py [utf8] Mon Sep 14 13:12:22 2009
@@ -228,7 +228,7 @@
list_method = fields.MethodField('list_method',
title='List Method',
- description=('The method to use to list'
+ description=('The method to use to list '
'objects'),
default='',
required=0)
@@ -236,7 +236,7 @@
count_method = fields.MethodField('count_method',
title='Count Method',
- description=('The method to use to count'
+ description=('The method to use to count '
'objects'),
default='',
required=0)
@@ -244,7 +244,7 @@
stat_method = fields.MethodField('stat_method',
title='Stat Method',
- description=('The method to use to stat'
+ description=('The method to use to stat '
'objects'),
default='',
required=0)
@@ -252,15 +252,16 @@
row_css_method = fields.MethodField('row_css_method',
title='Row CSS Method',
- description=('The method to set the css class name of a row'),
+ description=('The method to set the css '
+ 'class name of a row'),
default='',
required=0)
property_names.append('row_css_method')
selection_name = fields.StringField('selection_name',
title='Selection Name',
- description=('The name of the selection to store'
- 'params of selection'),
+ description=('The name of the selection to '
+ 'store selection parameters'),
default='',
required=1)
property_names.append('selection_name')
More information about the Erp5-report
mailing list