From f917c249886dda76bfc8b178a0a42a47aac37fc7 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 8 Sep 2004 12:51:30 +0000 Subject: [PATCH] Renamed from base_list_ui.py to Base_configureUI.py. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1530 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../{base_list_ui.py => Base_configureUI.py} | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) rename product/ERP5/skins/erp5_core/{base_list_ui.py => Base_configureUI.py} (90%) diff --git a/product/ERP5/skins/erp5_core/base_list_ui.py b/product/ERP5/skins/erp5_core/Base_configureUI.py similarity index 90% rename from product/ERP5/skins/erp5_core/base_list_ui.py rename to product/ERP5/skins/erp5_core/Base_configureUI.py index f5cc9b558d..a6e8c43394 100755 --- a/product/ERP5/skins/erp5_core/base_list_ui.py +++ b/product/ERP5/skins/erp5_core/Base_configureUI.py @@ -1,5 +1,12 @@ +## Script (Python) "Base_configureUI" +##bind container=container +##bind context=context +##bind namespace= +##bind script=script +##bind subpath=traverse_subpath ##parameters=form_id,selection_name,field_columns,stat_columns - +##title= +## # Updates attributes of an Zope document # which is in a class inheriting from ERP5 Base @@ -52,7 +59,7 @@ for x in range(len(field_columns)): try: context.portal_selections.setSelectionStats(selection_name, stat_columns, REQUEST=request) except: - return('L\'enregistrement des éléments statistiques n\'a pas fonctionné') + return('L\'enregistrement des éléments statistiques n\'a pas fonctionné') try: # No validation for now -- 2.30.9